Design your own robot

Every robot is unique. There are things one may want to consider when designing a robot. Some are related to the challenge of the year and some are general.

General Design Constraints:

  • at most 4 motors, ideally
    • two motors for the wheels +  for stability
    • 1-2 motors for the attachments

  • balanced left-right to be able to move in a predictable way
  • accesible EV3 brick
  • no wires in the wind
  • check the height of the obstacles over which the robot has to go (the dog barrier of FLL Allies 2016 was quite a problem)
  • check the width requirements set by the challenge: small enough to pass between the pieces set on the table (we had a true tunnel for Animal Allies 2016)
  • light enough if you want to hang the robot on a wall as in Animal Allies 2016 ( we did not want to)

Those are not bugs, but features one has to deal with:

  • sensors are fragile, and need to be reset periodically in your program. Once you reset them, wait a second to allow the reset to take place.
  • color sensors need to be in front of the wheels, and at a certain distance from the wheels (our rule of thumb is at least the radius of the wheel away from the wheel) to be useful for line following
  • color sensors readings depend on the intensity of the ambient light, thus they have to be placed close to the mat (according to documentation 4-12mm (1/2 – 1 1/2 studs) off the surface you are detecting )
  • the battery has an effect on the motors. A recently charged robot will turn faster, more, or go further.   At low levels the programs are just not working in the same way. Is there a way to go around? Yes, programming with safety checks, and tweaking your programs to work well at medium battery levels.

Looking at Animal Allies challenge, we made a list of the missions we could do, and a list of missions we dreamed of doing. As only two members of our team are not new to FLL we had to be realistic.

List of  practical tasks for the robot :

  • turn, turn in narrow places,
  • follow black lines, stop at black lines,
  • pick up things, push things in specific areas, gather things,
  • put things on heights
  • align itself at beehive,
  • align itself at the milking station and kick the cow first

Our Design Choices :

  • symmetrical construction left-right
  • guarded wheels to prevent wheel slippage, objects getting entangled under the robot, easier aligning with the walls, black lines
  • use medium wheels
    • larger wheels travel faster, need very precise algorithms which catch up errors very fast (not our case)
  • use wheels with a flat profile
    • we used initially the standard NXT wheels and the rubbing over the barrier made them slightly detach from the rim, and our robot veered constantly
  • use wheels as sensors, measuring precisely (using your robot’ control panel) the number of rotations needed to arrive at a certain point, the number of degrees a robot needs to turn
  • a robot without additional sensors is not very reliable so we used:
    • color sensors can detect the black lines of the mat or follow them
    • an ultrasonic sensor  can detect the distance from the walls
    • a gyro sensor to tell us if we were indeed moving straight, or turning enough, and we placed it parallel with the axis of the robot to accurately measure turns

Save your designs using the free Lego Design application:

http://ldd.lego.com/en-us/

2 Comments

  1. hello robosaurus FLL robotics leader (I hope this is getting to right place)
    if you have the correct address for the leader of robosuraus in bellevue – appreciate if you could forward this message to them ….l thanks…..
    If some drops or can add one more I would like to join your team. I have 2 years of robotics experiences building FLL attachments and designs my prior team went to state playoffs. I have has been doing robotics since 2016 using the Lego FLL build . Last year with an older group of Medina boys (our first time entering comp) we won Mechanical Design Award and the Research Awards. I am familiar with how to build attachments, brainstorming, increasing speed, core values and doing research. If you can add one more team member I we be a good team player — just let me know – just want to reach out as know most teams would be getting back together about now but I want to be with boys my age. I am thinking you are the team in Bellevue but not sure. I have java, c and visual basic programming experience. Just asking in case spot opens up as I have experience and think is same age as your boys which would be fun. I have a lot of build experience. Thanks for your consideration.
    John

    Like

    1. Dear John,
      I do not know if we are the team that you are looking for. We are a Long Island team. Unfortunately, this year we had a full team. Next year if you are still interested and eligible please contact us in the beginning of August. We held the team try-outs towards the end of August.

      Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s