You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Brake Controller receives commands from the state machine over CANbus.
When the messages are received, actuators are turned on or off. For the brake controller, the actuator is a solenoid.
The brake controller should also SEND a message over CANbus, to communicate the board status. If the state machine does not receive this message fast enough, then the brake controller is assumed to be down.
We need to get Matteo to upload his brake controller code to github first of all.
Find brake controller code from Matteo
Read through code to understand what it does
Modify the code to send a status message on a fixed interval
The text was updated successfully, but these errors were encountered:
Summary
The Brake Controller receives commands from the state machine over CANbus.
When the messages are received, actuators are turned on or off. For the brake controller, the actuator is a solenoid.
The brake controller should also SEND a message over CANbus, to communicate the board status. If the state machine does not receive this message fast enough, then the brake controller is assumed to be down.
We need to get Matteo to upload his brake controller code to github first of all.
The text was updated successfully, but these errors were encountered: