GazeboClient Class Reference
Gazebo client handler. More...
#include <GazeboClient.hh>
Static Public Member Functions | |
static int | Init (int serverid, const char *prefixid) |
Initialize. | |
static int | Fini () |
Finalize. | |
Static Public Attributes | |
static const char * | prefixId = "" |
The prefix used for all gazebo ID's. | |
static gz_client_t * | client = NULL |
The one and only gazebo client. | |
static gz_sim_t * | sim = NULL |
Detailed Description
Gazebo client handler.This class handles the Gazebo client object, and acts as a shared data-structure for all Gazebo related drivers. Note that there can only be one instance of this class (it is entirely static).
Member Function Documentation
|
Initialize.
|
|
Finalize.
|
Member Data Documentation
|
The prefix used for all gazebo ID's.
|
|
The one and only gazebo client.
|
|
|
The documentation for this class was generated from the following files: