SimulationData Class Reference
[simulation]
#include <gazebo.h>
Detailed Description
Simulation interface data.
Public Attributes | |
GazeboData | head |
double | simTime |
Elapsed simulation time. | |
double | pauseTime |
Accumpated pause time (this interface may be updated with the server is paused). | |
double | realTime |
Elapsed real time since start of simulation (from system clock). | |
int | state |
state of the simulation : 0 paused, 1 running -1 not_started/exiting | |
bool | pause |
Pause simulation (set by client) should check the state Changes the state of the simulation from pause to play and viceversa. | |
int | reset |
Reset simulation (set by client). | |
int | save |
Save current poses to world file (set by client). | |
char | model_name [512] |
Name of the model to get/set data. | |
char | model_req [32] |
Type of request
| |
Pose | model_pose |
Pose of the model. |
The documentation for this class was generated from the following file: