src/systems/logical_camera/LogicalCamera.hh
Go to the documentation of this file.
The EntityComponentManager constructs, deletes, and returns components and entities....
Definition: gz/sim/EntityComponentManager.hh:67
Interface for a system that uses the PostUpdate phase.
Definition: gz/sim/System.hh:135
Interface for a system that uses the PreUpdate phase.
Definition: gz/sim/System.hh:121
A logical camera sensor that reports objects detected within its frustum readings over ign transport.
Definition: src/systems/logical_camera/LogicalCamera.hh:44
void PostUpdate(const UpdateInfo &_info, const EntityComponentManager &_ecm) final
Documentation inherited.
void PreUpdate(const UpdateInfo &_info, EntityComponentManager &_ecm) final
Documentation inherited.
Information passed to systems on the update callback.
Definition: include/gz/sim/Types.hh:39