Project

General

Profile

Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (264 Bytes)

1
# 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
bool teleop_ON
7

    
8
# The absolute motor speeds to set (-128 to 127)
9
# TODO check that this is the correct range
10
int8 fl_speed
11
int8 fr_speed
12
int8 bl_speed
13
int8 br_speed