simulator
[libgazebo]
Classes | |
struct | gz_sim_data |
Common simulator data. More... | |
struct | gz_sim |
Simulator interface. More... | |
Typedefs | |
typedef gz_sim_data | gz_sim_data_t |
Common simulator data. | |
typedef gz_sim | gz_sim_t |
Simulator interface. | |
Functions | |
gz_sim_t * | gz_sim_alloc () |
Create an interface. | |
void | gz_sim_free (gz_sim_t *self) |
Destroy an interface. | |
int | gz_sim_create (gz_sim_t *self, gz_server_t *server, const char *id) |
int | gz_sim_destroy (gz_sim_t *self) |
int | gz_sim_open (gz_sim_t *self, gz_client_t *client, const char *id) |
Open an existing interface. | |
int | gz_sim_close (gz_sim_t *self) |
Close the interface. | |
int | gz_sim_lock (gz_sim_t *self, int blocking) |
void | gz_sim_unlock (gz_sim_t *self) |
Unlock the interface. |
Detailed Description
The simulator interface provides access to certain global properties of the server, such as the current simulation time-step.Typedef Documentation
|
Common simulator data.
|
|
Simulator interface.
|
Function Documentation
|
Create an interface.
|
|
Destroy an interface.
|
|
For internal use only. Create the interface (used by Gazebo server)
|
|
For internal use only. Destroy the interface (server) |
|
Open an existing interface.
|
|
Close the interface.
|
|
Lock the interface. Set blocking to 1 if the caller should block until the lock is acquired. Returns 0 if the lock is acquired. |
|
Unlock the interface.
|