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