|
The Robot Application Programming Interface Delegate Project
|
|
Variables | |
| const String32 | JOINTS_MOTOR_GROUP = "MotorGroup" |
| Motor group includes steering and wheel angles. | |
| const String32 | JOINTS_K9_ARM = "K9Arm" |
| Arm that had been mounted on K9 previously. | |
| const long | FL_DRIVE = 0 |
| Indexes for the motor group. | |
| const long | FR_DRIVE = 1 |
| front left drive | |
| const long | RL_DRIVE = 2 |
| front right drive | |
| const long | RR_DRIVE = 3 |
| rear left drive | |
| const long | FL_STEER = 4 |
| rear right drive | |
| const long | FR_STEER = 5 |
| front left steer/drive | |
| const long | RL_STEER = 6 |
| front right steer/drive | |
| const long | RR_STEER = 7 |
| rear left steer/drive | |
| const long FL_DRIVE = 0 |
| const long FL_STEER = 4 |
| const long FR_DRIVE = 1 |
| const long FR_STEER = 5 |
| const String32 JOINTS_K9_ARM = "K9Arm" |
| const String32 JOINTS_MOTOR_GROUP = "MotorGroup" |
| const long RL_DRIVE = 2 |
| const long RL_STEER = 6 |
| const long RR_DRIVE = 3 |
| const long RR_STEER = 7 |