-
Notifications
You must be signed in to change notification settings - Fork 682
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
docs(start_planner): update start planner docs #4019
Conversation
8d45027
to
5698a98
Compare
10636b7
to
49d954a
Compare
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
26ae353
to
fbfdd40
Compare
@@ -58,10 +67,10 @@ PullOutPath --o PullOutPlannerBase | |||
| collision_check_margin | [m] | double | Obstacle collision check margin | 1.0 | | |||
| collision_check_distance_from_end | [m] | double | collision check distance from end point. currently only for pull out | 15.0 | | |||
|
|||
## **Safe check with obstacles in shoulder lane** | |||
## **Safe check with obstacles** | |||
|
|||
1. Calculate ego-vehicle's footprint on pull out path between from current position to pull out end point. (Illustrated by blue frame) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's suggestion for my implementing function though, but how about putting the title below?
with static obstacles
And how about adding the title below after explanation about safe check with static obstacles?
with dynamic obstacles
WIP
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, nice! fixed in 9821b0a
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #4019 +/- ##
=======================================
Coverage 14.43% 14.43%
=======================================
Files 1462 1462
Lines 102964 102964
Branches 29876 29876
=======================================
Hits 14866 14866
Misses 71865 71865
Partials 16233 16233
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -2,7 +2,16 @@ | |||
|
|||
## Purpose / Role | |||
|
|||
Pull out from the shoulder lane without colliding with objects. | |||
Start Planner is designed for safe path generation from the current ego position to the driving lane and transition to lane following. This module is activated when a new route is received. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This description is my proposal but I get used not to accepted so please feel free to ignore 😭
The Start Planner module is designed to generate a path from the current ego position to the driving lane, avoiding static obstacles and implementing safety checks against dynamic obstacles.
(Note: The feature of safety checks against dynamic obstacles is currently a work in progress.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
used the proposal in 9821b0a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made some minor coments but LGTM without reflecting them 🙆♂️
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
* docs(start_planner): update start planner docs Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix from sugahara-san review Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
* docs(start_planner): update start planner docs Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix from sugahara-san review Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Description
update start planner docs
Related links
Tests performed
just add usecase of road_lane, will update contents related logic(pull out with acceleration) in other PR
Notes for reviewers
Interface changes
none
Effects on system behavior
none
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.