Skip to content

Commit

Permalink
fix(behavior_velocity_planner): disable launch_virtual_traffic_light …
Browse files Browse the repository at this point in the history
…parameter by default (#251)

Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
  • Loading branch information
xmfcx authored Mar 14, 2023
1 parent 211dfb4 commit e151b62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
launch_intersection: true
launch_blind_spot: true
launch_detection_area: true
launch_virtual_traffic_light: true
launch_virtual_traffic_light: false # disabled by default to not confuse newcomers
launch_occlusion_spot: false
launch_no_stopping_area: true
launch_run_out: false
Expand Down

0 comments on commit e151b62

Please sign in to comment.