Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bounding boxes back into the label system plugin #1040

Merged
merged 23 commits into from
Jun 20, 2022
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
902099e
Label Component & System
AmrElsersy Jun 8, 2021
472a228
Add Segmentation & BoundingBox Components,
AmrElsersy Jun 13, 2021
cc18cb6
Label all visuals childeren + style + RenderUtil entity labels
AmrElsersy Jun 17, 2021
ebbd916
Added Segmentation & Bounding box camera sensors SDF examples
AmrElsersy Aug 6, 2021
6ac6118
Merge branch 'main' of https://github.com/ignitionrobotics/ign-gazebo…
AmrElsersy Aug 10, 2021
b119a31
Merge branch 'main' of https://github.com/ignitionrobotics/ign-gazebo…
AmrElsersy Aug 16, 2021
a8a2bc0
Added BoundingBox Sensor to Sensors system
AmrElsersy Aug 16, 2021
fc7de7f
Add BoundingBox Sensor to CMakeLists
AmrElsersy Aug 17, 2021
86bf2df
Update Segmentation & BoundingBox examples
AmrElsersy Aug 26, 2021
f5b786d
solve actor visual problem
AmrElsersy Sep 17, 2021
545c83c
clean code for actor
AmrElsersy Sep 17, 2021
a7a2ad1
Merge branch 'main' of https://github.com/ignitionrobotics/ign-gazebo…
AmrElsersy Sep 17, 2021
baae958
Merge branch 'main' into main
adlarkin Sep 22, 2021
ecc1783
cleanup
adlarkin Sep 22, 2021
4b3e0e8
Merge branch 'main' into main
adlarkin Sep 22, 2021
27c89de
segmentation sensor only (no bounding box)
adlarkin Sep 22, 2021
be2d88e
add bounding box label system functionality
adlarkin Sep 22, 2021
00cb218
merged from ign-gazebo6
chapulina Jun 2, 2022
d96f04b
make it compile
chapulina Jun 2, 2022
8e80706
Demo all types
chapulina Jun 2, 2022
4cca465
Merge branch 'ign-gazebo6' into adlarkin/label_system_bbox
chapulina Jun 17, 2022
9f34e95
Depend on sensors 6.6 and rendering 6.5
chapulina Jun 17, 2022
0810d9e
Merge branch 'ign-gazebo6' into adlarkin/label_system_bbox
chapulina Jun 18, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ ign_find_package(ignition-sensors6 REQUIRED VERSION 6.1

# cameras
camera
boundingbox_camera
segmentation_camera
depth_camera
rgbd_camera
Expand Down
Loading