forked from autowarefoundation/autoware_launch
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(avoidance_by_lc): add new module to avoid obstacle by lane change (
#261) * feat(avoidance_by_lc): add config Signed-off-by: satoshi-ota <[email protected]> * feat(launch): add avoidance by lc param path Signed-off-by: satoshi-ota <[email protected]> * feat(rviz): add marker for avoidance by lc Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
- Loading branch information
1 parent
e836c1d
commit a3a6793
Showing
4 changed files
with
64 additions
and
1 deletion.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
...riving/behavior_planning/behavior_path_planner/avoidance_by_lc/avoidance_by_lc.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,6 @@ | ||
/**: | ||
ros__parameters: | ||
avoidance_by_lane_change: | ||
execute_object_num: 1 | ||
execute_object_longitudinal_margin: 0.0 | ||
execute_only_when_lane_change_finish_before_object: true |
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