Skip to content

Commit

Permalink
refactor(behavior_velocity_planner): load all module parameters (#389)
Browse files Browse the repository at this point in the history
load all module parameters

Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi authored Jun 7, 2023
1 parent c6108a2 commit 4fb3a4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
# 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
Expand Up @@ -55,8 +55,13 @@
$(var behavior_velocity_config_path)/intersection.param.yaml,
$(var behavior_velocity_config_path)/stop_line.param.yaml,
$(var behavior_velocity_config_path)/traffic_light.param.yaml,
$(var behavior_velocity_config_path)/virtual_traffic_light.param.yaml,
$(var behavior_velocity_config_path)/occlusion_spot.param.yaml,
$(var behavior_velocity_config_path)/no_stopping_area.param.yaml,
$(var behavior_velocity_config_path)/out_of_lane.param.yaml]"
$(var behavior_velocity_config_path)/run_out.param.yaml,
$(var behavior_velocity_config_path)/speed_bump.param.yaml,
$(var behavior_velocity_config_path)/out_of_lane.param.yaml,
$(var behavior_velocity_config_path)/no_drivable_lane.param.yaml]"
/>

<!-- parking -->
Expand Down

0 comments on commit 4fb3a4c

Please sign in to comment.