-
Notifications
You must be signed in to change notification settings - Fork 673
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
feat(map_loader): add waypoints flag #7480
feat(map_loader): add waypoints flag #7480
Conversation
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 have confirmed that logging_simulator works properly with merging the three pull requests.
As far as I can review, there doesn't seem to be a problem, but I'm not very familiar with these codes, so if you need a detailed review, please wait for someone else to approve it.
@takayuki5168 Cloud you please add |
@SakodaShintaro @YamatoAndo |
Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
1f908fa
to
0378197
Compare
Signed-off-by: Takayuki Murooka <[email protected]>
0378197
to
2e5a204
Compare
Signed-off-by: Takayuki Murooka <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7480 +/- ##
==========================================
- Coverage 14.84% 7.48% -7.37%
==========================================
Files 1999 435 -1564
Lines 139163 36201 -102962
Branches 43716 5526 -38190
==========================================
- Hits 20661 2708 -17953
+ Misses 95731 33194 -62537
+ Partials 22771 299 -22472
☔ View full report in Codecov by Sentry. |
* feat(map_loader): handle centelrine and waypoints Signed-off-by: Takayuki Murooka <[email protected]> * update README Signed-off-by: Takayuki Murooka <[email protected]> * fix doc Signed-off-by: Takayuki Murooka <[email protected]> * update schema Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]> Signed-off-by: Simon Eisenmann <[email protected]>
* feat(map_loader): handle centelrine and waypoints Signed-off-by: Takayuki Murooka <[email protected]> * update README Signed-off-by: Takayuki Murooka <[email protected]> * fix doc Signed-off-by: Takayuki Murooka <[email protected]> * update schema Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
Description
The change by autowarefoundation/autoware_common#252
In the above PR,
use_waypoints
is defined and this PR uses it. Please see the above PR in detail.Tests performed
simple planning simulator works.
Effects on system behavior
The centerline is treated as waypoints inside the Autoware's implementation.
As a result, the centerline will be connected to the planned path smoothly, and fix several limitations described here
Interface changes
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.