|
Detailed Description
The simulator interface provides access to certain global properties of the server, such as the current simulation time-step.
Typedef Documentation
Function Documentation
|
For internal use only.
Create the interface (used by Gazebo server) - Parameters:
-
| self | Point to itself. |
| server | Pointer to the server. |
| id | Dummy id; set this to "default". |
|
|
For internal use only.
Destroy the interface (server)
|
|
Open an existing interface.
- Parameters:
-
| self | Pointer to itself. |
| client | Pointer to the client. |
| id | Dummy id; set this to "default" |
|
int gz_sim_lock |
( |
gz_sim_t * |
self, |
|
|
int |
blocking |
|
) |
|
|
|
Lock the interface. Set blocking to 1 if the caller should block until the lock is acquired. Returns 0 if the lock is acquired. |
|