[Documentation] [TitleIndex] [WordIndex

  Documentation Status

navigation: amcl | base_local_planner | carrot_planner | clear_costmap_recovery | costmap_2d | dwa_local_planner | fake_localization | map_server | move_base | move_base_msgs | move_slow_and_clear | nav_core | navfn | robot_pose_ekf | rotate_recovery | voxel_grid

Package Summary

Holds the action description and relevant messages for the move_base package

Cannot load information on name: move_base_msgs, distro: hydro, which means that it is not yet in our index. Please see this page for information on how to submit your repository to our index.

Overview

This package contains the messages used to communicate with the move_base node. These messages are auto-generated from the MoveBase.action action specification. For more information on actions see actionlib documentation, for more information on the move_base node see move_base documentation.

MoveBase.action

geometry_msgs/PoseStamped target_pose
---
---
geometry_msgs/PoseStamped base_position

The target_pose is the goal that the navigation stack attempts to achieve. The base_position given as feedback is the current position of the base in the world as reported by tf. For the move_base node, the target_pose is projected into the XY plane with the Z axis pointing up when attempting to achieve a goal.

ROS Message Types

MoveBaseAction
MoveBaseActionFeedback
MoveBaseActionGoal
MoveBaseActionResult
MoveBaseFeedback
MoveBaseGoal
MoveBaseResult


2013-05-11 12:40