Skip to content
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

Conversation

miursh
Copy link
Contributor

@miursh miursh commented Jul 19, 2022

Signed-off-by: Shunsuke Miura [email protected]

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

Copy link
Contributor

@taikitanaka3 taikitanaka3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@yukkysaito yukkysaito left a 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?

@miursh
Copy link
Contributor Author

miursh commented Jul 19, 2022

@yukkysaito Yes, I have confirmed it works.

@codecov
Copy link

codecov bot commented Jul 19, 2022

Codecov Report

Merging #1365 (125cf48) into main (9ab2d2f) will increase coverage by 0.00%.
The diff coverage is 0.00%.

❗ Current head 125cf48 differs from pull request most recent head a834562. Consider uploading reports for the commit a834562 to get more accurate results

@@          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           
Flag Coverage Δ *Carryforward flag
differential ∅ <ø> (?)
total 9.63% <0.00%> (+<0.01%) ⬆️ Carriedforward from 03af16d

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
...ner/src/scene_module/crosswalk/scene_crosswalk.cpp 0.00% <0.00%> (ø)
planning/obstacle_stop_planner/src/node.cpp 0.00% <0.00%> (ø)
...planning_evaluator/src/planning_evaluator_node.cpp 37.11% <0.00%> (-1.04%) ⬇️
.../motion_velocity_smoother/src/trajectory_utils.cpp 0.00% <0.00%> (ø)
...ion/ndt_scan_matcher/src/ndt_scan_matcher_core.cpp 0.00% <0.00%> (ø)
...n_velocity_smoother/src/smoother/smoother_base.cpp 0.00% <0.00%> (ø)
...based_prediction/src/map_based_prediction_node.cpp 0.00% <0.00%> (ø)
...er/src/scene_module/avoidance/avoidance_module.cpp 0.00% <0.00%> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ff171c3...a834562. Read the comment docs.

@taikitanaka3
Copy link
Contributor

@miursh
can you fix semantic pull request?

@miursh miursh force-pushed the feature/change_in_use_of_rectified_pointcloud branch from 125cf48 to 7a43aa7 Compare July 19, 2022 10:02
@miursh miursh merged commit 036b742 into autowarefoundation:main Jul 19, 2022
@miursh miursh deleted the feature/change_in_use_of_rectified_pointcloud branch July 19, 2022 12:10
boyali referenced this pull request in boyali/autoware.universe Sep 28, 2022
boyali referenced this pull request in boyali/autoware.universe Oct 3, 2022
boyali referenced this pull request in boyali/autoware.universe Oct 3, 2022
yukke42 pushed a commit to tzhong518/autoware.universe that referenced this pull request Oct 14, 2022
boyali referenced this pull request in boyali/autoware.universe Oct 19, 2022
@amadeuszsz
Copy link
Contributor

@taikitanaka3
Why did we removed input/pointcloud argument here? In my case (interfacing my own vehicle) it breaks arg pipeline:

  1. tier4_localization_launch/launch/localization.launch.xml
  2. tier4_localization_launch/launch/util/util.launch.xml
  3. tier4_localization_launch/launch/util/util.launch.py

@taikitanaka3
Copy link
Contributor

taikitanaka3 commented Feb 13, 2023

@amadeuszsz

In my case (interfacing my own vehicle) it breaks arg pipeline:

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(
Copy link
Contributor

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?

TetsuKawa added a commit to TetsuKawa/autoware.universe that referenced this pull request Jul 1, 2024
…ntrol-cmd-switcher

feat: add control cmd switcher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants