[Robogator]

Robots Lego Mindstorms Date: Dec 2011

Robogator is a robot alligator that can walk and bite. Two rear legs powered by motors push the robot's body forwards or drag it backwards and wheels at the back and front assist the motion.

The robot has a camera on its head and a motor that controls the jaw is activated when an object is near. In some occasions, the robot will also try to move towards the object while attempting to bite it.



Similarly to Shooterbot, Robogator was built according to the original Mindstorms building instructions and its program was created in NXT-G.

Half-built stage:

Comments

Ankur
[22/06/2020]
Thanks Lenka, appreciate you taking out the time to reply.
Lenka
[22/06/2020]


Hi Ankur, sorry I didn't save that one. I do have instructions for the Shooterbot (in my other post) though if you need them!
Ankur
[21/06/2020]
Hi, can you share this PDF. I am trying to build them with my son now and cannot find these instructions anywhere. I would really appreciate if you can.

Many thanks
Ankur
Lenka
[09/07/2012]
Hi Daffus,

both building and programming instructions for Robogator can be found on the CD that comes with the NXT box. I didn't include them here as I am not sure about Lego's copyright policy on this.

You might find this useful, it has building and NXC-programming instructions for all 4 standard Mindstorms robots: http://arbitrarycreations.co.uk/lego/nxt_2_instructions/
Daffdus Romero
[09/07/2012]
i think u should give instructions on how to program ur robot because SOME PEOPLE MIGHT HAVE DIFFICULTIES!!!!!!!!


{Please enable JavaScript in order to post comments}

NXTPong

A custom-built lego machine for playing pong, featuring two controllers connected to the Mindstorms NXT brick. Programmed using NXC.

Robots and Aliens

After a couple of releases of my NXC UserInteraction library that has already registered some downloads, I am retracting for a while to C++ until I can afford more sensors for my lego robot. I've decided to revisit Alien Farm, a strategy game I created as a part of my BSC thesis.

NXC UserInteraction Library

The User Interaction (UIn) Library helps you create standard user interfaces (multi-line aligned texts, buttons, menus, etc.) and capture user actions on the NXT brick. The library works with the intelligent brick buttons and keeps all your sensor ports free for your program to use.

Setting up NXC Development on a Mac

This tutorial provides a step-by-step guide for setting up your Mac or Linux machine and your NXT brick for development with NXC. We will use the enhanced NXC firmware in order to enable extended functions for development.

ShooterBot

ShooterBot spins around, looking for close targets to shoot at. Its proximity sensor starts firing signals when an object gets as close as about 20cm, at which point the robot gives a warning by showing blue instead of green light. The light turns red after about 2 seconds provided that the object does not move away and the robot shoots a ball at it.

pyCreeper

The main purpose of pyCreeper is to wrap tens of lines of python code, required to produce graphs that look good for a publication, into functions. It takes away your need to understand various quirks of matplotlib and gives you back ready-to-use and well-documented code.