ros-$ROS_DISTRO-gmapping
ros-$ROS_DISTRO-map-server
ros-$ROS_DISTRO-navigation
-
The robot needs to be set up first, either in gazebo or in real life.
roslaunch pollo_bringup bringup.launch # for real robot # or roslaunch pollo_gazebo spawn.launch # for simulation only # or roslaunch pollo_bringup bringup.launch sim:=true # for both real and simulation
-
- Localize the robot with amcl.
-
- Launch the navigation stack.
- Clear costmaps
rosservice call /move_base/clear_costmaps "{}"