We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371e23b commit 87c627fCopy full SHA for 87c627f
perception/euclidean_cluster/lib/voxel_grid_based_euclidean_cluster.cpp
@@ -147,7 +147,8 @@ bool VoxelGridBasedEuclideanCluster::cluster(
147
feature_object.feature.cluster.width =
148
i_cluster_data_size / point_step / pointcloud_msg->height;
149
150
- feature_object.object.kinematics.pose_with_covariance.pose.position = getCentroid(cluster);
+ feature_object.object.kinematics.pose_with_covariance.pose.position =
151
+ getCentroid(feature_object.feature.cluster);
152
autoware_auto_perception_msgs::msg::ObjectClassification classification;
153
classification.label = autoware_auto_perception_msgs::msg::ObjectClassification::UNKNOWN;
154
classification.probability = 1.0f;
0 commit comments