The goal of this lab is to gain experience using the Python actionlib interface to the ROS navigation system.
.bashrc
file: init_student.sh. 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 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.
There is nothing to submit for this lab. I'll check your work by accessing your Mercurial repository on stu. If you worked with a partner, make sure that all member's names are recorded in the finished Python file.