mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-10 15:32:10 +08:00
fix init
This commit is contained in:
@@ -9,7 +9,8 @@ TRAJECTORY_SIZE = 33
|
||||
|
||||
class LanePlanner:
|
||||
def __init__(self):
|
||||
self.lane_t = np.zeros((TRAJECTORY_SIZE,))
|
||||
self.ll_t = np.zeros((TRAJECTORY_SIZE,))
|
||||
self.ll_x = np.zeros((TRAJECTORY_SIZE,))
|
||||
self.lll_y = np.zeros((TRAJECTORY_SIZE,))
|
||||
self.rll_y = np.zeros((TRAJECTORY_SIZE,))
|
||||
self.lane_width_estimate = 3.7
|
||||
|
||||
Reference in New Issue
Block a user