gazebo::physics::Joint set world pose
I'm new to Gazebo, and for my task, I need to get and set the cartesian coordinates of a robot joint (gazebo::physics::Joint
). The gazebo::physics::Joint
class has a method called GetWorldPose()
which seems to get the 6d pose of the joint relative to the world frame, but I couldn't find an analogous method for setting the pose of the joint. I'll be glad if someone could point me in the right direction.