-
Notifications
You must be signed in to change notification settings - Fork 668
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(behavior_path_planner): update doc of safety check feature fot start planner #5240
docs(behavior_path_planner): update doc of safety check feature fot start planner #5240
Conversation
Signed-off-by: kyoichi-sugahara <[email protected]>
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5240 +/- ##
==========================================
- Coverage 14.87% 14.85% -0.02%
==========================================
Files 1649 1649
Lines 114317 114256 -61
Branches 35403 35373 -30
==========================================
- Hits 17001 16978 -23
- Misses 78129 78132 +3
+ Partials 19187 19146 -41
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
| Name | Unit | Type | Description | Default value | | ||
| :-------------------------- | :---- | :----- | :---------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------ | | ||
| enable_geometric_pull_out | [-] | bool | flag whether to enable geometric pull out | true | | ||
| divide_pull_out_path | [-] | bool | flag whether to divide arc paths. The path is assumed to be divided because the curvature is not continuous. But it requires a stop during the departure. | false | |
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.
flag whether to divide arc paths. The path is assumed to be divided because the curvature is not continuous.
too many space
| maximum_curvature | [m] | double | maximum curvature. The pull out distance is calculated so that the curvature is smaller than this value. | | ||
|
||
| 0.07 | | ||
| maximum_curvature | [m] | double | maximum curvature. The pull out distance is calculated so that the curvature is smaller than this value. | 0.07 | |
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.
oh, thanks!
|
||
During backward movement, no safety check is performed. Safety check begins at the point where the backward movement ends. | ||
|
||
![collision_check_range](../image/start_planner/collision_check_range.drawio.svg) |
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.
will replace the image with rotated footprint one in the future?
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.
changed in b6a72ab
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.
Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
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.
LGTM! thanks!!
bcfae36
into
autowarefoundation:main
Description
update document of safety check feature fot start planner.
I will add other feature in the different PR
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
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.