The goal of this lab is to gain experience using the Python actionlib interface to the ROS navigation system.
catkin_ws/src
folder:git clone GITURL random_nav
catkin_make
in your workspace directory. roslaunch random_nav turtlebot.launch
roslaunch random_nav simulator.launch
random_nav.py
and complete the node
according to the included comments. If you finish the steps above, try modifying random_nav.py so that it
selects a single random destination, navigates to that goal, then
returns to the robots starting location. Accomplishing this will
require you to use the tf
system to determine the robot's
initial location in the map coordinate frame. You can then store this location to use as the final navigation destination.