ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Just use TF's functions for creating a quaternion from euler angles and the multiplication operator for combining quaternions. Have a look here, in particular at the method tf::createQuaternionFromRPY.