-
Notifications
You must be signed in to change notification settings - Fork 682
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(ndt_scan_matcher): added coping input_source when rebuilding ndt #6464
fix(ndt_scan_matcher): added coping input_source when rebuilding ndt #6464
Conversation
Signed-off-by: Shintaro SAKODA <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6464 +/- ##
==========================================
- Coverage 15.07% 15.07% -0.01%
==========================================
Files 1832 1832
Lines 126556 126557 +1
Branches 38214 38217 +3
==========================================
Hits 19076 19076
- Misses 86089 86090 +1
Partials 21391 21391
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@SakodaShintaro The logging simulator is OK, but the Driving Log Replayer is not. I tried to install the Driving Log Replayer but when colcon build, the below error showed up |
In my environment, ros-humble-quaternion-operation has been installed. $ sudo apt list | grep quaternion-operation
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
ros-humble-quaternion-operation-dbgsym/jammy 0.0.11-1jammy.20240126.001735 amd64
ros-humble-quaternion-operation/jammy,now 0.0.11-1jammy.20240126.001735 amd64 [インストール済み]
ros-iron-quaternion-operation-dbgsym/jammy 0.0.7-4jammy.20240207.210444 amd64
ros-iron-quaternion-operation/jammy 0.0.7-4jammy.20240207.210444 amd64 This dependency is described in common/math/geometry/package.xml. https://github.com/tier4/scenario_simulator_v2/blob/master/common/math/geometry/package.xml#L15 So, I think the commands below seem to work.
|
@SakodaShintaro This is the terminal output of my Driving Log Replayer. |
@SakodaShintaro This is the output of the logging simulator. |
@anhnv3991 |
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.
LGTM! Sorry for my late response.
6af3496
into
autowarefoundation:main
…utowarefoundation#6464) Added coping input_source when rebuilding ndt Signed-off-by: Shintaro SAKODA <[email protected]> Co-authored-by: Anh Nguyen <[email protected]>
…6464) Added coping input_source when rebuilding ndt Signed-off-by: Shintaro SAKODA <[email protected]> Co-authored-by: Anh Nguyen <[email protected]> Signed-off-by: Kotaro Yoshimoto <[email protected]>
…utowarefoundation#6464) Added coping input_source when rebuilding ndt Signed-off-by: Shintaro SAKODA <[email protected]> Co-authored-by: Anh Nguyen <[email protected]>
Description
I found that there was a problem with Driving Log Replayer not working properly, so fix it.
Related PR
Tests performed
https://tier4.github.io/driving_log_replayer/quick_start/installation/
Driving Log Replayer works fine
Logging Simulator works fine
Effects on system behavior
There are no effects on system behavior.
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.