Autonomous Navigation and SLAM.

A complete autonomous system using turtlebot3.

GitHub

Youtube

In this project, we designed and implemented a complete autonomous system to perform reconnaissance in a simulated disaster environment. Our system was able to do the following:

  • Generated complete map of the environment using Catographer based SLAM.
  • Locate the victims present in the environment. For this project we used april tags as victims and the system was also able to specify the tag ID and orientation of the tag with respect to the world frame.
    To make sure all the apriltags gets detected from the environment, RRT (Rapidly exploraing Random Tree) based frontier exploration was used on top of ROS’s move base package. 13 tags were successfully detected out of 15 placed in the environment.