-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Related to #134
Desired behavior
Add a bounding box sensor to Ignition.
Alternatives considered
N/A (this is a new feature)
Implementation suggestion
We will need functionality added to the following repositories:
- https://github.com/ignitionrobotics/ign-gazebo
- add a system plugin that allows users to specify labels for objects that they'd like to generate bounding boxes for
- https://github.com/ignitionrobotics/ign-sensors
- add the bounding box sensor that will publish bounding box data to a topic via
ign-transport
- add the bounding box sensor that will publish bounding box data to a topic via
- https://github.com/ignitionrobotics/ign-rendering
- use rendering engines (like Ogre2) to actually generate bounding boxes
- https://github.com/osrf/sdformat
- add a bounding box sensor to the SDF specification
- https://github.com/ignitionrobotics/ign-msgs
- add a bounding box message type
Additional context
A lot of work for implementing this sensor is already underway. Here are all of the related PRs that have been opened:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request