-
Notifications
You must be signed in to change notification settings - Fork 683
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(pointcloud_preprocessor): separate concatenate filter node and output synchronized pointcloud #3312
feat(pointcloud_preprocessor): separate concatenate filter node and output synchronized pointcloud #3312
Conversation
Next TODO:
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3312 +/- ##
==========================================
- Coverage 15.03% 14.23% -0.80%
==========================================
Files 1508 1580 +72
Lines 103879 108896 +5017
Branches 31730 31360 -370
==========================================
- Hits 15614 15499 -115
- Misses 71233 76551 +5318
+ Partials 17032 16846 -186
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
If the nodes are separated, I think it is better to use concatenate_node and time_synchronizer_node for name? (not concatenate_and_time_sync_nodelet) Also, If you have some TODO, can you change to Draft? |
8f50cec
to
18461c9
Compare
...preprocessor/include/pointcloud_preprocessor/time_synchronizer/time_synchronizer_nodelet.hpp
Show resolved
Hide resolved
@YoshiRi |
As for the pointcloud synchronization process with buffer and sub-buffer, the answer is Yes. Other changes in the conventional nodes is like:
|
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
542f837
to
3d390b5
Compare
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
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
Description
Purpose
base_link
Changes
concatenate_data_node
component intotime_synchronizer_node
andconcatenate_pointclouds_node
preprocessor.launch.py
concatenate_data_node
for backward compatibilityChanges in conventional node
Related links
Tests performed
Test performed with sample-rosbag in the logging simulator tutorials.
Notes for reviewers
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.