How to change the origin in Gazebo?
I have problems when to try to load this robot:
I have problems when to try to load this robot:
If your model is in SDF format, then you can add a <pose>
element under the <model>
tag which will apply an offset to the robot origin.
For example to raise the robot by 1 meter:
<model name="nao">
<pose>0 0 1 0 0 0</pose>
<link ...
</model>
If I want to spawn a multi link robot with an offset on the z direction, do I have to specify the offset for each link or there's a more general command for this that moves the robot all at once?
Asked: 2013-12-17 21:41:36 -0500
Seen: 37,141 times
Last updated: Dec 18 '13
Is possible to use Coreographe for programing in Gazebo to NAO?
"Getting remote endpoint failed." on OSX
How to remove ros-groovy-simulator-gazebo without removing all of ROS?
newbie-Example Plugins Location
Gazebo 1.9 Capture images at discrete intervals.
openni kinect causing source build error in Gazebo 1.9 with Groovy ROS
Controller / PID for controlling joints through multiple values (acceleration, velocity, position)
How do you load the model? If from the world file, you can add there the spawning position, you can also add an offset in the robots .sdf file
I'm insert to Nao from Gazebo and I have problems when use .world file How can I add an offset in the robot .sdf file?
Is your model given in URDF or SDF format?
the model is SDF format