1 | initial version |
Here is the API documentation for the event system.
Here is a set of example event definitions.
Basic usage:
Define an event (see gazebo/common/Events.hh
for examples).
Create a Connection, which registers a callback to an Event. Make sure to keep the Connection alive (don't destroy it), until you are done.
Trigger the event, and the callback will be run.