bump opendbc (#28006)

old-commit-hash: 86dd0923d48bb503f0117af480d434958ca688c1
This commit is contained in:
Adeeb Shihadeh
2023-04-24 13:52:35 -07:00
committed by GitHub
parent b07058407b
commit 91e94cc57d
2 changed files with 3 additions and 2 deletions
+1 -1
Submodule opendbc updated: 5adb62bf04...8faada0494
+2 -1
View File
@@ -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) {