Skip to content

Commit

Permalink
ELEC-524: Add motor controller reset message (#30)
Browse files Browse the repository at this point in the history
This message will send a reset command to both motor controllers
(left + right).
  • Loading branch information
karlding authored and tituschow committed Jul 14, 2018
1 parent 92e902e commit 8608cbb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion can_messages.asciipb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,18 @@ msg {
}
}

# IDs: 9-15 Reserved
# IDs: 9-14 Reserved
msg {
id: 15
source: DRIVER_CONTROLS
# target: MOTOR_INTERFACE
msg_name: "motor controller reset"
can_data {
empty {
}
}
}


msg {
id: 16
Expand Down

0 comments on commit 8608cbb

Please sign in to comment.