Skip to content

Commit 0136e45

Browse files
authored
Update cone_detection.yaml
1 parent fa9ef66 commit 0136e45

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

launch/cone_detection.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)