mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-24 01:33:46 +08:00
CEM
This commit is contained in:
@@ -163,16 +163,16 @@ frogpilot_default_params: list[tuple[str, str | bytes, int, str]] = [
|
||||
("CECurvesLead", "0", 1, "0"),
|
||||
("CELead", "0", 1, "0"),
|
||||
("CEModelStopTime", str(PLANNER_TIME - 2), 2, "0"),
|
||||
("CENavigation", "1", 2, "0"),
|
||||
("CENavigation", "0", 2, "0"),
|
||||
("CENavigationIntersections", "1", 2, "0"),
|
||||
("CENavigationLead", "1", 2, "0"),
|
||||
("CENavigationTurns", "1", 2, "0"),
|
||||
("CESignalSpeed", "55", 2, "0"),
|
||||
("CESignalLaneDetection", "1", 2, "0"),
|
||||
("CESlowerLead", "0", 1, "0"),
|
||||
("CESlowerLead", "1", 1, "0"),
|
||||
("CESpeed", "0", 1, "0"),
|
||||
("CESpeedLead", "0", 1, "0"),
|
||||
("CEStoppedLead", "0", 1, "0"),
|
||||
("CEStoppedLead", "1", 1, "0"),
|
||||
("ClusterOffset", "1.015", 2, "1.015"),
|
||||
("Compass", "0", 1, "0"),
|
||||
("ConditionalExperimental", "1", 1, "0"),
|
||||
|
||||
Reference in New Issue
Block a user