Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't spawn REEM robot in different position #2

Open
DavidB-PAL opened this issue Mar 30, 2013 · 1 comment
Open

Can't spawn REEM robot in different position #2

DavidB-PAL opened this issue Mar 30, 2013 · 1 comment

Comments

@DavidB-PAL
Copy link

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!

@adolfo-rt
Copy link
Contributor

I believe there was an issue in Fuerte's Gazebo and moving models around. It should be fixed in 1.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants