Intro

We made a program that allows a robot to navigate a known map effectively. We got a map of the third floor of the Campus Center at Olin College by running a Turtlebot around the space and receiving LIDAR data from a Kinect. From there we selected a goal for the simulated robot to go to and our program calculated the best path for the robot to take. Then we gave the robot instructions on how to navigate the map to get to the goal.

For a brief introduction to our project, watch our video here: Intro Video

The following pictures are a visualization of the path that the robot takes in simulation and real life.

Drawing Drawing

For more technical information about environment setup, algorithms, and how to use our code, please see our Wiki!

Link to our Wiki

Source Code