RRT Connect algorithm implemented for a differential drive robot.
- Badrinarayanan Raghunathan Srikumar - braghuna (119215418)
- Vyshnav Achuthan - vyachu07 (119304815)
rospy
math
numpy
pygame
nav_msgs
geometyry_msgs
sys
- Unzip the package in your workspace.
- Run catkin_make
- To run just the 2D visualization of the algorithm, Please run the rrt_connect_ENPM661.py file using the command "python3 rrt_connect_661.py"
- To see the gazebo movement for the algorithm, First in a new terminal, launch the file using "roslaunch rrt_connect_ENPM661 turtlebot3_world.launch
- In another terminal, run the py file in the src folder, using "python3 control.py".
- If the robot seems to run erratically, please kill both the terminals and run both the files again.
- Goal : 550,30
- Start : 50,100