Gazebo | Ignition | Community
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Physics is done in the server, so the client has to subscribe to a published topic to get information about worlds and entities. You can use anything you see in gztopic list. The ~/world/stats topic may be useful to you, though it is only published at 5 Hz. You could write a world plugin on the server side to publish time more frequently so that you could get it in a system plugin from the client.