VisualizeContacts.hh
Go to the documentation of this file.
The EntityComponentManager constructs, deletes, and returns components and entities....
Definition: gz/sim/EntityComponentManager.hh:67
Visualize the contacts returned by the Physics plugin. Use the checkbox to turn visualization on or o...
Definition: VisualizeContacts.hh:40
void Update(const UpdateInfo &_info, EntityComponentManager &_ecm) override
Update callback called every time the system is stepped. This is called at an Ignition transport thre...
VisualizeContacts()
Constructor.
void OnVisualize(bool _checked)
Callback when checkbox state is changed.
~VisualizeContacts() override
Destructor.
void UpdatePeriod(double _period)
Update the update period of the markers.
void UpdateRadius(double _radius)
Update the radius of the contact.
void LoadConfig(const tinyxml2::XMLElement *_pluginElem) override
Information passed to systems on the update callback.
Definition: include/gz/sim/Types.hh:39