-
Notifications
You must be signed in to change notification settings - Fork 50
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: add autoware_simple_pure_pursuit package #140
base: main
Are you sure you want to change the base?
feat: add autoware_simple_pure_pursuit package #140
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
07c62c1
to
2c176b2
Compare
@takayuki5168 First of all, please pass the 3 failing checks. |
2c176b2
to
57c0cad
Compare
@youtalk → By removing the unnecessary commit, I found that the CI failure is only a build error. 😄 |
Could you list the packages this depends that are in autoware_universe? |
@xmfcx I will fix this PR based on the above changes. |
Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
* add unit tests Signed-off-by: mitukou1109 <[email protected]> * add test for calc_longitudinal_control Signed-off-by: mitukou1109 <[email protected]> * rename calc_steering_angle to calc_lateral_control Signed-off-by: mitukou1109 <[email protected]> --------- Signed-off-by: mitukou1109 <[email protected]>
* add parameter description Signed-off-by: mitukou1109 <[email protected]> * add README Signed-off-by: mitukou1109 <[email protected]> --------- Signed-off-by: mitukou1109 <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
57c0cad
to
c0d5512
Compare
Signed-off-by: Takayuki Murooka <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #140 +/- ##
==========================================
- Coverage 78.75% 1.66% -77.10%
==========================================
Files 11 65 +54
Lines 193 8489 +8296
Branches 73 824 +751
==========================================
- Hits 152 141 -11
- Misses 11 8328 +8317
+ Partials 30 20 -10
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@xmfcx @mitsudome-r |
Description
Added a simple_pure_pursuit for the Autoware.Core's default controller
Related links
https://github.com/orgs/autowarefoundation/discussions/5365
How was this PR tested?
No tests are applied at all since the launch files are not prepared yet.
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.