forked from tier4/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tier4_planning_launch): create parameter yaml for behavior_veloc…
…ity_planner (tier4#887) * feat(tier4_planning_launch): create parameter yaml for behavior_velocity_planner * Update launch/tier4_planning_launch/config/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/behavior_velocity_planner.param.yaml Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> * feat: add param.yaml in behavior_velocity_planner package * some fix Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com>
- Loading branch information
Showing
3 changed files
with
47 additions
and
15 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
..._driving/behavior_planning/behavior_velocity_planner/behavior_velocity_planner.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/**: | ||
ros__parameters: | ||
launch_stop_line: true | ||
launch_crosswalk: true | ||
launch_traffic_light: true | ||
launch_intersection: true | ||
launch_blind_spot: true | ||
launch_detection_area: true | ||
launch_virtual_traffic_light: true | ||
launch_occlusion_spot: true | ||
launch_no_stopping_area: true | ||
forward_path_length: 1000.0 | ||
backward_path_length: 5.0 | ||
max_accel: -2.8 | ||
max_jerk: -5.0 | ||
system_delay: 0.5 | ||
delay_response_time: 1.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
planning/behavior_velocity_planner/config/behavior_velocity_planner.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/**: | ||
ros__parameters: | ||
launch_stop_line: true | ||
launch_crosswalk: true | ||
launch_traffic_light: true | ||
launch_intersection: true | ||
launch_blind_spot: true | ||
launch_detection_area: true | ||
launch_virtual_traffic_light: true | ||
launch_occlusion_spot: true | ||
launch_no_stopping_area: true | ||
forward_path_length: 1000.0 | ||
backward_path_length: 5.0 | ||
max_accel: -2.8 | ||
max_jerk: -5.0 | ||
system_delay: 0.5 | ||
delay_response_time: 1.3 |