mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-26 12:27:45 +08:00
Actually send the heartbeat message...
This commit is contained in:
@@ -116,4 +116,5 @@ void CANSimple::send_heartbeat(Axis* axis){
|
||||
txmsg.buf[5] = axis->current_state_ >> 8;
|
||||
txmsg.buf[6] = axis->current_state_ >> 16;
|
||||
txmsg.buf[7] = axis->current_state_ >> 24;
|
||||
odCAN->write(txmsg);
|
||||
}
|
||||
Reference in New Issue
Block a user