The source project of this merge request has been removed.
Fix bug: euclidean_cluster not transforming convex hull object
Bug fix
Fixed bug
Visualization package not displaying convex hull of the output of Euclidean cluster when output frame is different from the input.
How to reproduce the bug
- Download a sample data from here.
- Open the configuration of
lidar_euclidean_cluster_detectby clickingappin runtime manager. - Change
input_points_nodeto/velodyne_front/velodyne_points
- Open a rviz
- Visualize
MarkerArrayby subscribing to/detection/lidar_detector/objects_markers - Confirm that nothing is displayed.
Fix applied
Approach
Add transformation information for the convex hull at the output stage of Euclidean Cluster
How to check the applied fix
Repeat the same process in fix/different_frame_euclidean_cluster branch.
You will see the result in rviz.

Edited by Abraham Cano

