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: first draft proposal implementation for handling invalid lanele…
…ts (#235) * feat: first draft proposal implementation for handling invalid lanelets Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> * style(pre-commit): autofix * feat: adding invalid lanelet for rviz visualization Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> * feat: fixing review comment Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> * feat: changing module name from invalid_lanelet to no_drivable_lane Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> * feat: fixing merge conflict mistakes Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> * feat: fixing merge conflict mistakes Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> * feat: fixing merge conflicts Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> * feat: removing rtc handing Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> * feat(no_drivable_lane): reflecting refactoring changes to no_drivable_lane Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> --------- Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
30b422a
commit 402b2ff
Showing
4 changed files
with
31 additions
and
0 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
5 changes: 5 additions & 0 deletions
5
...ning/lane_driving/behavior_planning/behavior_velocity_planner/no_drivable_lane.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,5 @@ | ||
/**: | ||
ros__parameters: | ||
no_drivable_lane: | ||
stop_margin: 1.5 # Stop margin before the no drivable lane [m] | ||
print_debug_info: false |
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