This commit is contained in:
Your Name
2024-05-18 02:28:34 -05:00
parent a0ef05254c
commit 95138bf0df

View File

@@ -274,7 +274,7 @@ class FrogPilotPlanner:
frogpilotPlan.vtscControllingCurve = bool(self.mtsc_target > self.vtsc_target)
self.params_memory.set_int("SpeedLimitVTSC", frogpilotPlan.adjustedCruise)
self.params_memory.put_int("SpeedLimitVTSC", frogpilotPlan.adjustedCruise)
pm.send('frogpilotPlan', frogpilot_plan_send)