You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normally the robot is spawned at the origin of the Gazebo world.
You can spawn it in a different location by setting the optional ROBOT_INITIAL_POSE environment variable.
Normally the robot is spawned at the origin of the Gazebo world.
You can spawn it in a different location by setting the optional ROBOT_INITIAL_POSE environment variable.
See here for more information:
http://answers.ros.org/question/40627/how-do-i-set-the-inital-pose-of-a-robot-in-gazebo/
To verify this with the PR2:
$ export ROBOT_INITIAL_POSE="-x -2.0"
$ export ROBOT=sim
$ roslaunch manipulation_worlds pr2_table_object.launch
The REEM uses a similar launch file system.
However, if you launch the REEM, it will briefly appear at x=-2.0 but then it jumps back to the origin!
The text was updated successfully, but these errors were encountered: