mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-20 12:22:04 +08:00
plannerd: add useLaneLines to lateralPlan (#22699)
* add laneless toggle in lateral plan message * update cereal * add refs
This commit is contained in:
+1
-1
Submodule cereal updated: 7ae52a7d83...5260c7d7a2
@@ -219,6 +219,7 @@ class LateralPlanner():
|
||||
plan_send.lateralPlan.mpcSolutionValid = bool(plan_solution_valid)
|
||||
|
||||
plan_send.lateralPlan.desire = self.desire
|
||||
plan_send.lateralPlan.useLaneLines = self.use_lanelines
|
||||
plan_send.lateralPlan.laneChangeState = self.lane_change_state
|
||||
plan_send.lateralPlan.laneChangeDirection = self.lane_change_direction
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
c4c4030e5039cc96870857aed08ad132a2d67497
|
||||
6603859ec1a7a2d61c63693cff1765b0189c4746
|
||||
Reference in New Issue
Block a user