First time here? Check out the FAQ!
answered 2016-11-13 04:07:16 -0500
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.