forked from autowarefoundation/autoware_launch
-
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.
Merge pull request autowarefoundation#768 from tier4/sync-awf-autowar…
…e-launch chore: sync awf/autoware_launch
- Loading branch information
Showing
7 changed files
with
76 additions
and
3 deletions.
There are no files selected for viewing
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
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
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,7 @@ | ||
/**: | ||
ros__parameters: | ||
lanelet2_map_projector_type: MGRS # Options: MGRS, UTM | ||
latitude: 40.81187906 # Latitude of map_origin, using in UTM | ||
longitude: 29.35810110 # Longitude of map_origin, using in UTM | ||
|
||
center_line_resolution: 5.0 # [m] |
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
26 changes: 26 additions & 0 deletions
26
...g/lane_driving/behavior_planning/behavior_path_planner/drivable_area_expansion.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,26 @@ | ||
/**: | ||
ros__parameters: | ||
avoidance: | ||
drivable_area_right_bound_offset: 0.0 | ||
drivable_area_left_bound_offset: 0.0 | ||
drivable_area_types_to_skip: [road_border] | ||
lane_change: | ||
drivable_area_right_bound_offset: 0.0 | ||
drivable_area_left_bound_offset: 0.0 | ||
drivable_area_types_to_skip: [road_border] | ||
lane_following: | ||
drivable_area_right_bound_offset: 0.0 | ||
drivable_area_left_bound_offset: 0.0 | ||
drivable_area_types_to_skip: [road_border] | ||
pull_out: | ||
drivable_area_right_bound_offset: 0.0 | ||
drivable_area_left_bound_offset: 0.0 | ||
drivable_area_types_to_skip: [road_border] | ||
pull_over: | ||
drivable_area_right_bound_offset: 0.0 | ||
drivable_area_left_bound_offset: 0.0 | ||
drivable_area_types_to_skip: [road_border] | ||
side_shift: | ||
drivable_area_right_bound_offset: 0.0 | ||
drivable_area_left_bound_offset: 0.0 | ||
drivable_area_types_to_skip: [road_border] |
31 changes: 31 additions & 0 deletions
31
...ing/lane_driving/behavior_planning/rtc_auto_mode_manager/rtc_auto_mode_manager.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,31 @@ | ||
/**: | ||
ros__parameters: | ||
module_list: | ||
- "blind_spot" | ||
- "crosswalk" | ||
- "detection_area" | ||
- "intersection" | ||
- "no_stopping_area" | ||
- "traffic_light" | ||
- "ext_request_lane_change_left" | ||
- "ext_request_lane_change_right" | ||
- "lane_change_left" | ||
- "lane_change_right" | ||
- "avoidance_left" | ||
- "avoidance_right" | ||
- "pull_over" | ||
- "pull_out" | ||
|
||
default_enable_list: | ||
- "blind_spot" | ||
- "crosswalk" | ||
- "detection_area" | ||
- "intersection" | ||
- "no_stopping_area" | ||
- "traffic_light" | ||
- "lane_change_left" | ||
- "lane_change_right" | ||
- "avoidance_left" | ||
- "avoidance_right" | ||
- "pull_over" | ||
- "pull_out" |
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