-
Notifications
You must be signed in to change notification settings - Fork 766
Open
Labels
type:improvementProposed enhancementProposed enhancement
Description
Checklist
- I've read the contribution guidelines.
- I've searched other issues and no duplicate issues were found.
- I've agreed with the maintainers that I can plan this task.
Description
This issue created to host and track bus stop related PRs
PRs:
general:
- feat: add definition for bus stop lanelets autoware_lanelet2_extension#72
- feat(start_planner_module): replace getArcCoordinates with getArcCoordinatesOnEgoCenterline #10964
prioritize bus stop lanelet as start lanelet:
❗ PRs below needs to be built together and must be merged in the order as below.
❓ (Please let me know if I should apply the same changes in autoware_mission_planner_universe
to autoware_core/autoware_mission_planner
as well 🙇 )
- feat: add getLaneletAngleOnEgoCenterline autoware_lanelet2_extension#71
- feat(route_handler): prioritize bus stop lanelet as start lanelet autoware_core#570
- feat(mission_planner): add param to prioritize bus stop lanelet as start lanelet autoware_launch#1548
- feat(mission_planner_universe): prioritize bus stop lanelet as start lanelet #10965
pul-out from bus stop
- feat(start_planner_module): register start_planner module in bus stop #10970
- fix(start_planner,boundary_departure_checker): remove micro inner rings after bg::union_ #10971
safety check during pull-out
- feat(start_planner_module,bpp_common): safety check for bus stop pull out #10975
- feat(start_planner_module): add param to prevent departure if the previous traffic light (v2i) is green in high speed roads autoware_launch#1550
- feat(start_planner_module): prevent departure if the previous traffic light (v2i) is green in high speed roads #10978
pull-out signalling
- feat(start_planner_module): add min_bus_stop_pull_out_turn_signal_distance autoware_launch#1549
- feat(start_planner_module): support bus stop pull out signalling #10977
PRs will follow the design outlined below:
Purpose
Support some features like pull-over and pull-out behavior for bus stops that has custom centerline
Possible approaches
Modify start_planner
and goal_planner
packages to support bus stops
Definition of done
- Support pull-over signalling for bus stops
- Support pull-out behavior (e.g. signalling & safety check) for bus stops
MertClk and mebasoglu
Metadata
Metadata
Assignees
Labels
type:improvementProposed enhancementProposed enhancement
Type
Projects
Status
In Progress