Navigation Stack and Concepts
Last updated
Last updated
Source:
2D Nav Goal
Topic: move_base_simple/goal
Type:
Description: Allows the user to send a goal to the by setting a desired pose for the robot to achieve.
2D Pose Estimate
Topic: initialpose
Type:
Description: Allows the user to initialize the used by the stack by setting the pose of the robot in the world.
Static Map
Topic: map
Type:
Type:
Description: Displays the static map that is being served by the if one exists.
Particle Cloud
Topic: particlecloud
Type:
Description: Displays the particle cloud used by the robot's system. The spread of the cloud represents the system's uncertainty about the robot's pose. A cloud that is very spread out reflects high uncertainty, while a condensed cloud represents low uncertainty.
Robot Footprint
Topic: local_costmap/robot_footprint
Type:
Description: Displays the footprint of the robot
Obstacles
Topic: local_costmap/obstacles
Type:
Desctiption: Displays the obstacles that the navigation stack sees in its . For the robot to avoid collision, the robot footprint should never intersect with a cell that contains an obstacle.
Inflated Obstacles
Topic: local_costmap/inflated_obstacles
Type:
Description: Displays obstacles in the navigation stack's inflated by the inscribed radius of the robot. For the robot to avoid collision, the center point of the robot should never overlap with a cell that contains an inflated obstacle.
Unknown Space
Topic: local_costmap/unknown_space
Type:
Description: Displays any unknown space contained in the navigation stack's .
Global Plan
Topic: TrajectoryPlannerROS/global_plan
Type:
Description: Displays the portion of the global plan that the is currently pursuing.
Local Plan
Topic: TrajectoryPlannerROS/local_plan
Type:
Description: Displays the trajectory associated with the velocity commands currently being commanded to the base by the .
Planner Plan
Topic: TrajectoryPlannerROS/local_plan
Type:
Description: Displays the trajectory associated with the velocity commands currently being commanded to the base by the .
Current Goal
Topic: current_goal
Type:
Description: Displays the goal pose that the navigation stack is attempting to achieve.