[Documentation] [TitleIndex] [WordIndex

Contents

  1. Usage:

The package provides:

Usage:

Start up the pr2_navigation stack:

roslaunch ds_pr2_2dnav drink_demo.launch

Start up the action server:

roslaunch ds_pr2_2dnav move_robot.launch

Definition of the action:

#goal definition
geometry_msgs/PoseStamped pose
---
#result definition
bool success
---
#feedback

Send the robot to the arbitrary pose:

rosrun ds_pr2_2dnav move_robot_client x y z qx qy qz qw

2024-02-24 12:32