Skip to content

Commit

Permalink
fix: missing config, default value
Browse files Browse the repository at this point in the history
Signed-off-by: Taekjin LEE <[email protected]>
  • Loading branch information
technolojin committed May 14, 2024
1 parent 24592df commit 5d2120a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,14 @@
short_name: "Lpp"
lidar_pointpainting_validated:
topic: "/perception/object_recognition/detection/pointpainting/validation/objects"
can_spawn_new_tracker: true
optional:
name: "pointpainting"
short_name: "Lpp"
# CAMERA-LIDAR
camera_lidar_fusion:
topic: "/perception/object_recognition/detection/clustering/camera_lidar_fusion/objects"
can_spawn_new_tracker: false
can_spawn_new_tracker: true
optional:
name: "camera_lidar_fusion"
short_name: "CLf"
Expand Down

0 comments on commit 5d2120a

Please sign in to comment.