Skip to content

Commit

Permalink
Add bounding boxes into the label system plugin (#1040)
Browse files Browse the repository at this point in the history
Signed-off-by: AmrElsersy <[email protected]>
Signed-off-by: Ashton Larkin <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>

Co-authored-by: AmrElsersy <[email protected]>
Co-authored-by: Louise Poubel <[email protected]>
  • Loading branch information
3 people authored Jun 20, 2022
1 parent 481c513 commit b843232
Show file tree
Hide file tree
Showing 7 changed files with 527 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ set(IGN_PHYSICS_VER ${ignition-physics5_VERSION_MAJOR})

#--------------------------------------
# Find ignition-sensors
ign_find_package(ignition-sensors6 REQUIRED VERSION 6.1
ign_find_package(ignition-sensors6 REQUIRED VERSION 6.6
# component order is important
COMPONENTS
# non-rendering
Expand All @@ -138,6 +138,7 @@ ign_find_package(ignition-sensors6 REQUIRED VERSION 6.1

# cameras
camera
boundingbox_camera
segmentation_camera
depth_camera
rgbd_camera
Expand All @@ -147,7 +148,7 @@ set(IGN_SENSORS_VER ${ignition-sensors6_VERSION_MAJOR})

#--------------------------------------
# Find ignition-rendering
ign_find_package(ignition-rendering6 REQUIRED VERSION 6.3)
ign_find_package(ignition-rendering6 REQUIRED VERSION 6.5)
set(IGN_RENDERING_VER ${ignition-rendering6_VERSION_MAJOR})

#--------------------------------------
Expand Down
Loading

0 comments on commit b843232

Please sign in to comment.