mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
bump opendbc (#28006)
old-commit-hash: 86dd0923d48bb503f0117af480d434958ca688c1
This commit is contained in:
+1
-1
Submodule opendbc updated: 5adb62bf04...8faada0494
@@ -52,7 +52,8 @@ TEST_CASE("Parse can messages") {
|
||||
}
|
||||
|
||||
can_parser.UpdateCans(e->mono_time, e->event.getCan());
|
||||
auto values_2 = can_parser.query_latest();
|
||||
std::vector<SignalValue> values_2;
|
||||
can_parser.query_latest(values_2);
|
||||
for (auto &[key, v1] : values_1) {
|
||||
bool found = false;
|
||||
for (auto &v2 : values_2) {
|
||||
|
||||
Reference in New Issue
Block a user