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(autoware_auto_perception_rviz_plugin): add perception objects pointcloud publisher #3097

Conversation

lexavtanke
Copy link
Contributor

Description

This PR adding new function to autoware_auto_perception_rviz_plugin. Now it has ability to publish point cloud of detected objects. It improve visualization of perception pipeline.
This feature can be enabled/disabled in control panel of the plugin by toggling Publish Objects Pointcloud property.
New point cloud plugin should be added to autoware config to visualize output of the plugin. Like it's shown in this video.

Output topics for point clouds:

  • /rviz2/output/predicted_objects_pointcloud
  • /rviz2/output/detected_objects_pointcloud
  • /rviz2/output/tracked_objects_pointcloud

Video demo with predicted objects from autoware demo bagfile.

Related links

This feature was discussed here 2860.

Tests performed

This feature was tested manually against sample rosbag from Rosbag replay simulation demo. I didn't find any reduces in performance.

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.

  • 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.

lexavtanke and others added 21 commits February 22, 2023 18:13
…d scripts

Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…o_perception_plugin subscription to pointclouds and publishing pointclouds

Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…message templated plugins, builds, but not woking correctly . Add rviz lauch file for debugging. modify package.xml

Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…ntcloud_publisher' into feat/add_perception_objects_pointcloud_publisher
…o_rviz plugin to publish pointclouds

Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…use objectsCallback to update objects

Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…back to plugin

hardcoded topic names, one color for all classes of objects
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…ntcloud_publisher' into feat/add_perception_objects_pointcloud_publisher
…rent object classes

Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…/disable publish poincloud

Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…input pointcloud

Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…and config

Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
@lexavtanke lexavtanke requested a review from kaancolak March 16, 2023 15:56
@github-actions github-actions bot added component:common Common packages from the autoware-common repository. (auto-assigned) type:documentation Creating or refining documentation. (auto-assigned) labels Mar 16, 2023
pre-commit-ci bot and others added 2 commits March 16, 2023 15:58
lexavtanke and others added 16 commits April 3, 2023 23:20
…r guard

Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…us and onObjectsAndObstaclePointCloud

Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…from

Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…ud to tracked and predicted

works but sometime core dumped 
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…stPointCloud

Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…earest poincloud , works on planning simulator

Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…t pointcloud buffer

Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…c update

Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
@stale
Copy link

stale bot commented Sep 17, 2023

This pull request has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the status:stale Inactive or outdated issues. (auto-assigned) label Sep 17, 2023
@Shin-kyoto Shin-kyoto added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Aug 13, 2024
@stale stale bot removed the status:stale Inactive or outdated issues. (auto-assigned) label Aug 13, 2024
Copy link
Contributor

@Shin-kyoto Shin-kyoto left a comment

Choose a reason for hiding this comment

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

@lexavtanke
Can you resolve conflicts?

@Shin-kyoto
Copy link
Contributor

@lexavtanke

Thank you for creating the PR.
Would it be possible for you to resolve the conflicts?

To keep Autoware healthy, we close PRs if there is no response for more than a week after requesting conflict resolution. If this PR is still active, please let us know. Even if this PR is closed, you are welcome to reopen it once the conflicts have been resolved.

@Shin-kyoto
Copy link
Contributor

@lexavtanke

friendly ping

@Shin-kyoto
Copy link
Contributor

@lexavtanke

friendly ping

@lexavtanke
Copy link
Contributor Author

Hi @Shin-kyoto
Sorry for the late reply.

As I know there are PRs from @KhalilSelyan #7095 and #8247.
He continues my work on this task. And I think this one PR could be closed.

@Shin-kyoto
Copy link
Contributor

@lexavtanke
OK!
So can I close this PR?

@Shin-kyoto
Copy link
Contributor

Hi @Shin-kyoto Sorry for the late reply.

As I know there are PRs from @KhalilSelyan #7095 and #8247. He continues my work on this task. And I think this one PR could be closed.

The author @lexavtanke said that he would like to close this PR, so I will close it.
@lexavtanke , feel free to re-open it

@Shin-kyoto Shin-kyoto closed this Sep 6, 2024
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) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants