File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,10 +9,23 @@ recovery:
99 trajectory_tracking : recovery.StopTrajectoryTracker
1010
1111# Driving behavior for the GEM vehicle. Runs real pedestrian perception, yield planner, but does not send commands to real vehicle.
12- drive :
12+ drive :
1313 perception :
1414 state_estimation : GNSSStateEstimator
15- agent_detection : cone_detection.ConeDetector3D
15+ agent_detection :
16+ type : cone_detection.ConeDetector3D
17+ args :
18+ camera_name : front_right # [front, front_right]
19+ camera_calib_file : ./GEMstack/knowledge/calibration/cameras.yaml
20+
21+ # optional overrides
22+ enable_tracking : False # True if you want ot enable tracking function
23+ visualize_2d : False # True if you see 2D detection visualization
24+ use_cyl_roi : False # True if you want to use a cylinder roi (no need to use if calibration is accurate)
25+ save_data : False # True if you want to save the sensor input data
26+ orientation : False # True if you need to detect flipped cones
27+ use_start_frame : False # True if you need output in START frame, otherwise in CURRENT frame
28+
1629 perception_normalization : StandardPerceptionNormalizer
1730 planning :
1831 relations_estimation :
You can’t perform that action at this time.
0 commit comments