set_pose.srv 129 B

12345678910
  1. # Translation XYZ [meters]
  2. float32 x
  3. float32 y
  4. float32 z
  5. # Orientation RPY [radians]
  6. float32 R
  7. float32 P
  8. float32 Y
  9. ---
  10. bool done