-
Notifications
You must be signed in to change notification settings - Fork 664
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
fix(autoware_behavior_path_sampling_planner_module): fix invalid parameter file #9231
fix(autoware_behavior_path_sampling_planner_module): fix invalid parameter file #9231
Conversation
…meter file Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9231 +/- ##
==========================================
- Coverage 29.81% 28.39% -1.43%
==========================================
Files 1338 1324 -14
Lines 103301 102996 -305
Branches 40233 39881 -352
==========================================
- Hits 30797 29243 -1554
- Misses 69518 70750 +1232
- Partials 2986 3003 +17
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
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've check the sampling_planner.param.yaml in awf/autoware_launch. They are exactly the same.
@danielsanchezaran @maxime-clem Please review this. It has no side effect. |
…meter file (autowarefoundation#9231) Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Description
I'm trying to see if I can make tier4_planning_launch able to launch without calling it from autoware_launch as a standalone launch file.
Through the process, I found out that the sample parameter file provided in the autoware_behavior_path_sampling_planner_module package was broken.
This copies the file from autoware_launch file so that people can use it as a default parameter setup.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.