-
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
feat(psim)!: preapre settings to launch localization modules on psim #8212
feat(psim)!: preapre settings to launch localization modules on psim #8212
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
7c58c43
to
2c74c20
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8212 +/- ##
=======================================
Coverage 23.90% 23.91%
=======================================
Files 1381 1384 +3
Lines 101913 101940 +27
Branches 38810 38812 +2
=======================================
+ Hits 24363 24374 +11
Misses 75066 75066
- Partials 2484 2500 +16
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
2c74c20
to
67cc848
Compare
<arg name="ndt_enabled" value="false"/> | ||
<arg name="gnss_enabled" value="false"/> | ||
<arg name="ekf_enabled" value="true"/> |
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.
localization modules without NDT will be launched.
not NDT but ekf?
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 is just pose_initializer's args. sorry I misunderstood
<arg name="ndt_enabled" value="false"/> | ||
<arg name="gnss_enabled" value="false"/> | ||
<arg name="ekf_enabled" value="true"/> |
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 is just pose_initializer's args. sorry I misunderstood
eb35996
to
69110b2
Compare
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.
Same comment
autowarefoundation/autoware_launch#1094 (review)
7985c6d
to
a136f54
Compare
a136f54
to
04546f0
Compare
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
3601844
to
9b03ebe
Compare
776f5d8
into
autowarefoundation:main
…utowarefoundation#8212) Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
…utowarefoundation#8212) Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
…utowarefoundation#8212) Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
…utowarefoundation#8212) Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Description
This PR is a part of the following issue:
autowarefoundation/autoware_launch#1100
This PR allows localization and simple_planning_simulator to support launching the localization module in psim.
launch PR: autowarefoundation/autoware_launch#1094
For more details, please see the launch PR and the issue page.
How was this PR tested?
psim tests and scenario simulator
Notes for reviewers
None.
Interface changes
Effects on system behavior