-
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
feat(tier4_localization_launch): change rectified pointcloud to outlier_filtered pointcloud #1365
feat(tier4_localization_launch): change rectified pointcloud to outlier_filtered pointcloud #1365
Conversation
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.
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 👍
@miursh did you confirm to work tutorial?
@yukkysaito Yes, I have confirmed it works. |
Codecov Report
@@ Coverage Diff @@
## main #1365 +/- ##
=====================================
Coverage 9.64% 9.64%
=====================================
Files 1096 1096
Lines 77146 77118 -28
Branches 17719 17705 -14
=====================================
- Hits 7441 7440 -1
+ Misses 62464 62437 -27
Partials 7241 7241
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
@miursh |
…er_filtered pointcloud Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
125cf48
to
7a43aa7
Compare
…er_filtered pointcloud (tier4#1365) Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
…er_filtered pointcloud (tier4#1365) Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
…er_filtered pointcloud (tier4#1365) Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
…er_filtered pointcloud (autowarefoundation#1365) Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
…er_filtered pointcloud (tier4#1365) Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
@taikitanaka3 |
input/pointcloud is defined in tier4_localization.launch.xml here so can you tell me why it breaks your arg pipeline? |
@@ -114,11 +114,6 @@ def add_launch_arg(name: str, default_value=None, description=None): | |||
"/sensing/lidar/top/pointcloud_preprocessor/velodyne_node_container", | |||
"container name", | |||
) | |||
add_launch_arg( |
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.
@miursh cc : @amadeuszsz
can you tell me why you removed this arg?
…ntrol-cmd-switcher feat: add control cmd switcher
Signed-off-by: Shunsuke Miura shunsuke.miura@tier4.jp
Description
Change in use of pointcloud in lozaliation launch.
rectified pointcloud to outlier_filtered pointcloud
Related PR
autowarefoundation/sample_sensor_kit_launch#41
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.