mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
fix: msg len requirements now account for viccan packaging
There are no viccan messages with len(data) == 3, only 1, 2, or 4
This commit is contained in:
@@ -51,8 +51,8 @@ viccan_msg_len_dict = {
|
||||
52: 4,
|
||||
53: 4,
|
||||
54: 4,
|
||||
56: 3,
|
||||
58: 3
|
||||
56: 4, # really 3, but viccan
|
||||
58: 4 # ditto
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user