Is there a possibility to get information via ecm.Each if a model has a bounding box?
Hello, I'm new to Gazebo, so apologies if my question is a bit all over the place. I would like to catch some informations for all the models running in a simulation. Therefor i want to use:
ecm.Each<ignition::gazebo::components::Name>(
[&](const ignition::gazebo::Entity &_entity,
const ignition::gazebo::components::Name *_name) -> bool
Is there a way to get information within the ecm.Each call whether a model has a bounding box or not? I am happy about every answer.
Asked by Vasch on 2022-07-22 09:37:20 UTC
Comments