IQ.Pilot Release Commit @ dab4674

This commit is contained in:
IQ.Lvbs CI [bot]
2026-08-30 14:49:29 -05:00
parent d42df282ae
commit c9629a3603
19 changed files with 812 additions and 66 deletions

View File

@@ -323,6 +323,8 @@ struct IQOnroadEvent @0xf4621d3ee9233bc9 {
# camera hardware
wideCamFaulty @32;
lateralEdgeBlocked @33;
}
}
@@ -505,8 +507,15 @@ enum IQTurnSignalDirection {
turnRight @2;
}
enum IQLateralEdgeBlock {
none @0;
left @1;
right @2;
}
struct IQDriveModelData @0xcdf0f7f14f46cb86 {
turnSignalDirection @0 :IQTurnSignalDirection;
lateralEdgeBlock @1 :IQLateralEdgeBlock;
}
enum NavDirection {