File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ drive:
1515 state_estimation : GNSSStateEstimator
1616 obstacle_detection :
1717 type : cone_detection.ConeDetector3D
18- args :
19- camera_name : front_right # [front, front_right]
20- camera_calib_file : ./GEMstack/knowledge/calibration/cameras.yaml
18+ # args:
19+ # camera_name: front_right #[front, front_right]
20+ # camera_calib_file: ./GEMstack/knowledge/calibration/cameras.yaml
2121
22- # optional overrides
23- enable_tracking : False
24- visualize_2d : False
25- use_cyl_roi : False
26- save_data : False
27- orientation : False
28- use_start_frame : False
22+ # # optional overrides
23+ # enable_tracking: False
24+ # visualize_2d: False
25+ # use_cyl_roi: False
26+ # save_data: False
27+ # orientation: False
28+ # use_start_frame: True
2929 parking_detection :
3030 type : parking_detection.ParkingSpotsDetector3D
3131 args :
@@ -150,7 +150,8 @@ variants:
150150 iterations : 300
151151 heuristic : reeds_shepp
152152 motion_planning :
153- type : creep_planning.CreepTrajectoryPlanner
153+ type : longitudinal_planning.YieldTrajectoryPlanner
154+ # type: creep_planning.CreepTrajectoryPlanner
154155 # type: yield_spline_planner.SplinePlanner
155156 largs :
156157 acceleration : 5
You can’t perform that action at this time.
0 commit comments