File: openraveros/body_getjointvalues.srv
Raw Message Definition
# gets the active dof values of the robot
int32 bodyid
# specifies indices to get. if empty, returns all joint values
uint8[] indices
---
float32[] values
Compact Message Definition
int32 bodyid
uint8[] indices
float32[] values