A node and launch files to make ROS turtlesim do navigation (fake laser, fake bumber, draw a map)
-
It doesn't depend on any package, only the packages that comes already with a full ROS installation. It was tested on ROS kinetic.
-
If you want to run the
movebase
launch file to bring up the navigation stack, you need to install it first:
sudo apt-get install ros-kinetic-navigation*
roslaunch turtlesim_examples bumber.launch
roslaunch turtlesim_examples laser.launch
roslaunch turtlesim_examples laser.launch
roslaunch turtlesim_examples moveBase.launch