Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / motors / msg / set_motors.msg @ c06735bb

History | View | Annotate | Download (264 Bytes)

1 2814387f Alex Zirbel
# Set these to true if the motor should be updated
2
bool fl_set
3
bool fr_set
4
bool bl_set
5
bool br_set
6 60a90290 Hui Jun Tay
bool teleop_ON
7 2814387f Alex Zirbel
8 04114d13 Alex
# The absolute motor speeds to set (-128 to 127)
9
# TODO check that this is the correct range
10 a8480867 Alex Zirbel
int8 fl_speed
11
int8 fr_speed
12
int8 bl_speed
13
int8 br_speed