The ECM (Entity Component Manager) is a core part of Gazebo Sim but lacks a beginner-friendly example in the documentation.
Suggestion
Add a minimal example showing how to:
- Query entities using
EntityQuery and ComponentTypeFilter
- Retrieve component data using
Component<T>
- Create/modify entities at runtime
This would help new users understand the ECS architecture without digging into source code. I'd be happy to help contribute such an example if there's interest.
References
The ECM (Entity Component Manager) is a core part of Gazebo Sim but lacks a beginner-friendly example in the documentation.
Suggestion
Add a minimal example showing how to:
EntityQueryandComponentTypeFilterComponent<T>This would help new users understand the ECS architecture without digging into source code. I'd be happy to help contribute such an example if there's interest.
References