File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -684,6 +684,26 @@ msg {
684684 }
685685}
686686
687- # IDs: 61-63 Reserved
687+ # IDs: 61-62 Reserved
688+
689+ # Common message format for all babydriver messages: see https://uwmidsun.atlassian.net/l/c/XHjUAAK2
690+ msg {
691+ id: 63
692+ source: BABYDRIVER
693+ # target: BABYDRIVER
694+ msg_name: "babydriver"
695+ can_data {
696+ u8 {
697+ field_name_1: "id"
698+ field_name_2: "data0"
699+ field_name_3: "data1"
700+ field_name_4: "data2"
701+ field_name_5: "data3"
702+ field_name_6: "data4"
703+ field_name_7: "data5"
704+ field_name_8: "data6"
705+ }
706+ }
707+ }
688708
689709# No ID may exceed 63.
Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ message CanMsg {
6262 CHARGER = 10 ;
6363 IMU = 11 ;
6464 POWER_SELECTION = 12 ;
65+
66+ BABYDRIVER = 15 ;
6567 }
6668
6769 uint32 raw_id = 1 ; // 0-2047 only
You can’t perform that action at this time.
0 commit comments