Skip to content

Commit

Permalink
fix(image_projection_based_fusion): remove unused variable (#8634)
Browse files Browse the repository at this point in the history
fix: remove unused variable

Signed-off-by: yoshiri <[email protected]>
  • Loading branch information
YoshiRi authored Aug 27, 2024
1 parent e0ecdda commit 88b1658
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ dc | dc dc dc dc ||zc|
// paint current point if it is inside bbox
int label2d = feature_object.object.classification.front().label;
if (!isUnknown(label2d) && isInsideBbox(projected_point.x(), projected_point.y(), roi, p_z)) {
data = &painted_pointcloud_msg.data[0];
// cppcheck-suppress invalidPointerCast
auto p_class = reinterpret_cast<float *>(&output[stride + class_offset]);
for (const auto & cls : isClassTable_) {
Expand Down

0 comments on commit 88b1658

Please sign in to comment.