Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 748 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 748 Bytes

Dependencies

    ros-$ROS_DISTRO-gmapping 
    ros-$ROS_DISTRO-map-server 
    ros-$ROS_DISTRO-navigation 

Usage

  • 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
  • localization.launch

    • Localize the robot with amcl.
  • navigation.launch

    • Launch the navigation stack.
    • Clear costmaps
    rosservice call /move_base/clear_costmaps "{}"