actarray
[Interface specifications]
Detailed Description
An array of actuators.The actuator array interface provides access to an array of actuators.
Typedef Documentation
|
Request/reply: Brakes. Send a PLAYER_ACTARRAY_BRAKES_REQ request to turn the brakes of all actuators in the array that have them on or off. Null response. |
|
Data: state (PLAYER_ACTARRAY_DATA_STATE). The actuator array data packet. |
|
Request/reply: get geometry. Send a null PLAYER_ACTARRAY_GET_GEOM_REQ request to receive the geometry in this form. |
|
Command: Joint home (PLAYER_ACTARRAY_HOME_CMD). Tells a joint (or the whole array) to go to home position. |
|
Command: Joint position control (PLAYER_ACTARRAY_POS_CMD). Tells a joint to attempt to move to a requested position. |
|
Request/reply: Power. Send a PLAYER_ACTARRAY_POWER_REQ request to turn the power to all actuators in the array on or off. Be careful when turning power on that the array is not obstructed from its home position in case it moves to it (common behaviour). Null response. |
|
Command: Joint speed control (PLAYER_ACTARRAY_SPEED_CMD). Tells a joint to attempt to move at a requested speed. |
|
Request/reply: Speed. Send a PLAYER_ACTARRAY_SPEED_REQ request to set the speed of a joint for all subsequent movements. Null response. |