Skip to content

Commit

Permalink
Revert "deactivate other behavior velocity module"
Browse files Browse the repository at this point in the history
This reverts commit 0085075.
  • Loading branch information
maxime-clem committed Oct 5, 2023
1 parent 01d65e8 commit 80b0609
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
delay_response_time: 0.5
is_publish_debug_path: false # publish all debug path with lane id in each module
launch_modules:
# - behavior_velocity_planner::CrosswalkModulePlugin
# - behavior_velocity_planner::WalkwayModulePlugin
# - behavior_velocity_planner::TrafficLightModulePlugin
# - behavior_velocity_planner::IntersectionModulePlugin # Intersection module should be before merge from private to declare intersection parameters.
# - behavior_velocity_planner::MergeFromPrivateModulePlugin
# - behavior_velocity_planner::BlindSpotModulePlugin
# - behavior_velocity_planner::DetectionAreaModulePlugin
# # behavior_velocity_planner::VirtualTrafficLightModulePlugin
# - behavior_velocity_planner::NoStoppingAreaModulePlugin # No stopping area module requires all the stop line. Therefore this modules should be placed at the bottom.
# - behavior_velocity_planner::StopLineModulePlugin # Permanent stop line module should be after no stopping area
- behavior_velocity_planner::CrosswalkModulePlugin
- behavior_velocity_planner::WalkwayModulePlugin
- behavior_velocity_planner::TrafficLightModulePlugin
- behavior_velocity_planner::IntersectionModulePlugin # Intersection module should be before merge from private to declare intersection parameters.
- behavior_velocity_planner::MergeFromPrivateModulePlugin
- behavior_velocity_planner::BlindSpotModulePlugin
- behavior_velocity_planner::DetectionAreaModulePlugin
# behavior_velocity_planner::VirtualTrafficLightModulePlugin
- behavior_velocity_planner::NoStoppingAreaModulePlugin # No stopping area module requires all the stop line. Therefore this modules should be placed at the bottom.
- behavior_velocity_planner::StopLineModulePlugin # Permanent stop line module should be after no stopping area
# behavior_velocity_planner::OcclusionSpotModulePlugin
# - behavior_velocity_planner::RunOutModulePlugin
- behavior_velocity_planner::RunOutModulePlugin
# behavior_velocity_planner::SpeedBumpModulePlugin
- behavior_velocity_planner::OutOfLaneModulePlugin
# behavior_velocity_planner::NoDrivableLaneModulePlugin
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**:
ros__parameters:
module_list:
# - "blind_spot"
# - "crosswalk"
# - "detection_area"
# - "intersection"
# - "no_stopping_area"
# - "traffic_light"
- "blind_spot"
- "crosswalk"
- "detection_area"
- "intersection"
- "no_stopping_area"
- "traffic_light"
- "lane_change_left"
- "lane_change_right"
- "avoidance_left"
Expand All @@ -15,15 +15,15 @@
# - "avoidance_by_lane_change_right"
- "goal_planner"
- "start_planner"
# - "intersection_occlusion"
- "intersection_occlusion"

default_enable_list:
# - "blind_spot"
# - "crosswalk"
# - "detection_area"
# - "intersection"
# - "no_stopping_area"
# - "traffic_light"
- "blind_spot"
- "crosswalk"
- "detection_area"
- "intersection"
- "no_stopping_area"
- "traffic_light"
- "lane_change_left"
- "lane_change_right"
# - "avoidance_left"
Expand All @@ -32,4 +32,4 @@
# - "avoidance_by_lane_change_right"
- "goal_planner"
- "start_planner"
# - "intersection_occlusion"
- "intersection_occlusion"

0 comments on commit 80b0609

Please sign in to comment.