-
Notifications
You must be signed in to change notification settings - Fork 683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PullOver/Out limitation and development plan #3223
Comments
Currently in pull_over, if an object exists on the lane and the vehicle is stuck, generate a path for avoiding objects using pull_over_freespace-2023-03-02_12.59.53.mp4We will plan to develop the same feature also in pull_out
|
this is the sample behavior of allow_goal_modification-2023-04-12_22.33.18.mp4from #3370 (review)
and the sample of |
merged rough goal rviz plugin autowarefoundation/autoware_launch#295
|
send goal planner PR #3454 Make pull_over execute when the vehicle is approaching the goal. (within put goal in
check goal_planner_fixed-2023-04-19_00.12.24.mp4check planning to the fixed goal within goal_planner_fixed-2023-04-19_00.04.18.mp4lane_change ->goal planner goal_planner_fixed-2023-04-19_00.42.52.mp4todo: need to execute lane_change and goal_planner wit new behavior path architecture to deal the situation the end of lane change is close to the goal. need goal_planner_fixed-2023-04-19_00.44.25.mp4 |
Is the shoulder lane the same as the lane? What attribute settings are required to add shoulder lanes and can a map be provided that can pull over. |
@zjw77889 Or also you can use pull_over in normal road lane if you setting |
@kosuke55 |
pull_out
was implemented in |
This pull request has been automatically marked as stale because it has not had recent activity. |
backward parking in narrow space back_pull_over-2023-12-04_18.54.53.mp4 |
Free-space parking in complex object arrangements goal_planner_freespace-2023-12-20_16.34.11.mp4 |
safety check #5677 |
MRM #5634 pull-over-mrm-fhd.mp4 |
Development resultsSupport parking on both road and road_shouldergoal_planner_fixed-2023-04-19_00.12.24.mp4Implement a goal/start plannersee followings for the detail
work with MRM (Minimum Risk Maneuver)MRM #5634 pull-over-mrm-fhd.mp4Consider moving objectsPerform safer safety checks using polygons of the predicted footprint integrated over time. auto goal_planner_safer_safety_check-2023-11-21_23.00.50.mp4rtc goal_planner_safer_safety_check-2023-11-22_19.34.06.mp4free space plannerFree-space parking in complex object arrangements goal_planner_freespace-2023-12-20_16.34.11.mp4 |
Checklist
Description
pull_over/out modules have the following limitations.
Support parking on only
![image](https://user-images.githubusercontent.com/39142679/229003311-09e8dff9-ef76-4059-bf3d-0416f4215c9e.png)
road_shoulder
Cannot park on the
road
or in the same lane.Cannot consider moving objects for safety judgment
road_shoulder
road
or the same lanePurpose
solve these limitations and improve functionalies
Possible approaches
pull_over
Support parking on both![image](https://user-images.githubusercontent.com/39142679/229003411-d7fa2ff3-dc65-4849-b341-00e4b9893546.png)
road
androad_shoulder
->(deal this this patter with LC. pull over support only current road)Implement a goal planner
work with MRM (Minimum Risk Maneuver)
Consider moving objects
pull_out
road
androad_shoulder
Definition of done
Complete these implementations to resolve limitations and improve functionalies
The text was updated successfully, but these errors were encountered: