|
fiducial |
Classes | |
struct | gz_fiducial_fid |
Data for a single fiducial. More... | |
struct | gz_fiducial_data |
Fiducial data. More... | |
struct | gz_fiducial |
The fiducial interface. More... | |
Defines | |
#define | GZ_FIDUCIAL_MAX_FIDS 401 |
Typedefs | |
typedef gz_fiducial_fid | gz_fiducial_fid_t |
Data for a single fiducial. | |
typedef gz_fiducial_data | gz_fiducial_data_t |
Fiducial data. | |
typedef gz_fiducial | gz_fiducial_t |
The fiducial interface. | |
Functions | |
gz_fiducial_t * | gz_fiducial_alloc () |
Create an interface. | |
void | gz_fiducial_free (gz_fiducial_t *self) |
Destroy an interface. | |
int | gz_fiducial_create (gz_fiducial_t *self, gz_server_t *server, const char *id, const char *model_type, int model_id, int parent_model_id) |
int | gz_fiducial_destroy (gz_fiducial_t *self) |
int | gz_fiducial_open (gz_fiducial_t *self, gz_client_t *client, const char *id) |
Open an existing interface (used by Gazebo clients). | |
int | gz_fiducial_close (gz_fiducial_t *self) |
Close the interface (client). | |
int | gz_fiducial_lock (gz_fiducial_t *self, int blocking) |
void | gz_fiducial_unlock (gz_fiducial_t *self) |
Unlock the interface. | |
int | gz_fiducial_post (gz_fiducial_t *self) |
Tell clients that new data is available. |
|
|
|
Data for a single fiducial.
|
|
Fiducial data.
|
|
The fiducial interface.
|
|
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 (used by Gazebo clients).
|
|
Close the interface (client).
|
|
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.
|
|
Tell clients that new data is available.
|