Add EntitySemantics system that enables setting categories and tags (backport #3005) #3129
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎉 New feature
Summary
System for assigning semantics to entities, such as models, by classifying them into categories and assigning them tags.
Reference:
https://github.com/ros-simulation/simulation_interfaces/blob/1.0.0/msg/EntityCategory.msg,
https://github.com/ros-simulation/simulation_interfaces/blob/1.0.0/msg/TagsFilter.msg
This system is meant to be attached to a
<world>
, but it parses parametersfound in entities such as models.
Example:
This is a nice to have for gazebosim/ros_gz#790 in order to implement the GetEntityInfo service as well as to allow filtering based on categories and tags in GetEntities
Test it
Future work:
Label
system which is used to add semantic labels to visuals for segmentation.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
andGenerated-by
messages.This is an automatic backport of pull request #3005 done by [Mergify](https://mergify.com).