ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Simple. Use GetPose utility. For eg:
gazebo::math::Pose pose = this->model->gazebo::physics::ModelState::GetPose();
You can convert it into your preferred coordinate system through simple transformation.