Closed mojomex closed 2 months ago
Attention: Patch coverage is 75.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 25.80%. Comparing base (
9f706e3
) to head (3af07cf
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
nebula_ros/src/velodyne/decoder_wrapper.cpp | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@mojomex Just to be clear, is this the bug related to the sample rosbag not working as expected?
@knzo25 Correct. This causes concat to only output point clouds at 1 Hz, killing driving performance.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
20.0% Duplication on New Code
PR Type
Related Links
Description
This PR fixes a bug where all Velodyne pointclouds have a cloud timestamp which is rounded down to to the nearest second.
Ths bug was introduced by mistakenly changing the following expression
Review Procedure
Confirm that cloud timestamps are correct (nanosec field increases by
100ms
each scan).Remarks
Tested with Autoware logging simulator:
Before:
After:
Pre-Review Checklist for the PR Author
PR Author should check the checkboxes below when creating the PR.
Checklist for the PR Reviewer
Reviewers should check the checkboxes below before approval.
Post-Review Checklist for the PR Author
PR Author should check the checkboxes below before merging.
CI Checks