Robotics LARPA Project Challenge

LEGO Automated Reliable Powered Agents (LARPA) Robotics Challenge

This challenge mimicked the DARPA Robotics challenge 2015. Each team had to create an autonomous robotic system using a LEGO Mindstorm EV3 kit. The robot is required to autonomously perform a series of tasks along a course before exiting. Breakdown of the tasks as shown:

  • Task 1 : Debris Clearing
  • Task 2: Park on blue patch for a specfic amount of time
  • Task 3: Pick control rod (Aluminum can) from designated location
  • Task 4: Navigate through narrow brigde
  • Task 5: Place control rod in yellow patch
  • Task 6: Exit Course
Our robot was a simple two wheeled differential drive robot. We used the available sensors provided in the LEGO kit - Ultrasonic for distance measurement, Color sensor to identify colors, Gyro sensor to measure orientation in degrees. Overall all tasks had to be performed in under 120 secs. It helped that the course was color coded so we took advantage of this to localize and perform certain tasks. Code was written in MATLAB. Below is a video of the debris clearing task