mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
fix init
old-commit-hash: 90216ce620acce2f045221348dd292652ec20396
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