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: migrating pointcloud types #6996

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

knzo25
Copy link
Contributor

@knzo25 knzo25 commented May 13, 2024

Description

This PR migrates the point types in autoware as per the discussions in the S/P WG.
*Note1: the nebula driver is already compatible with this new format with velodyne_points and pandar_points
*Note2: only the the nodes needed in sensing and perception were tested. The components in the sensing directory that are actually used in localization were not tested

Related links

WG minutes:
https://github.com/orgs/autowarefoundation/discussions/3533

Other more recent internal discussions:
TIER IV INTERNAL LINK
TIER IV INTERNAL LINK

Tests performed

  • Run autoware in the taxi and the output of centerpoint

Notes for reviewers

Interface changes

ROS Topic Changes

ROS Parameter Changes

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

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.
  • The PR is ready for merge.

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

Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
@knzo25 knzo25 self-assigned this May 13, 2024
@github-actions github-actions bot added component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) component:common Common packages from the autoware-common repository. (auto-assigned) labels May 13, 2024
@knzo25
Copy link
Contributor Author

knzo25 commented May 13, 2024

@tzhong518
Pointpainting does some sketchy pointcloud processing (I refer to the part that uses sensor_msgs::PointCloud2Modifier). Can you check that things are ok in this regard?

@badai-nguyen
Copy link
Contributor

@knzo25 There is a conflict in perception/ground_segmentation/src/scan_ground_filter_nodelet.cpp, could you fixed it?

Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
…e out of scope before

Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>

 Conflicts:
	perception/ground_segmentation/src/scan_ground_filter_nodelet.cpp
	sensing/pointcloud_preprocessor/include/pointcloud_preprocessor/outlier_filter/ring_outlier_filter_nodelet.hpp
	sensing/pointcloud_preprocessor/src/outlier_filter/ring_outlier_filter_nodelet.cpp
@knzo25
Copy link
Contributor Author

knzo25 commented May 27, 2024

@badai-nguyen
Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common Common packages from the autoware-common repository. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants