Skip to content

Commit

Permalink
adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Niemeyer committed Oct 10, 2023
1 parent 7ba8e5b commit 183f112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seerep_srv/seerep_core_fb/src/core_fb_pointcloud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ void CoreFbPointCloud::addBoundingBoxesLabeled(const seerep::fb::BoundingBoxesLa
}
labelWithInstancePerCategory.emplace(bbWithCategory->category()->c_str(), labelsWithInstances);
}
// this only adds labels to the image in the core
// if there are already bounding box labels for this image
// this only adds labels to the pointcloud in the core
// if there are already bounding box labels for this pointcloud
// those labels must be removed separately. The hdfio currently overrides
// existing labels. The data is only correct if labels are added and there
// weren't any bounding box labels before
Expand Down

0 comments on commit 183f112

Please sign in to comment.