-
Notifications
You must be signed in to change notification settings - Fork 658
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
refactor(autoware_test_utils): enhance makeMapBinMsg to accept package name and map filename parameters #9617
Conversation
…arameters Signed-off-by: kyoichi-sugahara <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
…Msg and related functions Signed-off-by: kyoichi-sugahara <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9617 +/- ##
==========================================
+ Coverage 29.54% 29.67% +0.13%
==========================================
Files 1443 1450 +7
Lines 108489 111341 +2852
Branches 41391 43226 +1835
==========================================
+ Hits 32055 33043 +988
- Misses 73323 75005 +1682
- Partials 3111 3293 +182
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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 PR changes the function argument interface to get caller module information. LGTM
41ca768
into
autowarefoundation:main
Description
makeMapBinMsg
function to allow specifying custom package name and map filenamemakeMapBinMsg
to reflect new parameterscreatePoseFromLaneID
andmakeBehaviorRouteFromLaneId
to support custom map loadingpackage_name=""
,map_filename="lanelet2_map.osm"
)This change is necessary to use a different map than the default one when calling the function
makeBehaviorRouteFromLaneId
to generate a route.Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.