|
gz_truth_data Struct Reference
[truth]
Truth data.
More...
#include <gazebo.h>
List of all members.
|
Public Attributes |
gz_data_t | head |
| Common data structures.
|
double | time |
| Data timestamp.
|
double | pos [3] |
| True object position (x, y, x).
|
double | rot [3] |
| True object rotation (roll, pitch, yaw).
|
int | cmd_new |
| New command (0 or 1)?
|
double | cmd_pos [3] |
| Commanded object position (x, y, z).
|
double | cmd_rot [3] |
| Commanded object rotation (roll, pitch, yaw).
|
Detailed Description
Truth data.
Member Data Documentation
|
True object position (x, y, x).
|
|
True object rotation (roll, pitch, yaw).
|
|
Commanded object position (x, y, z).
|
|
Commanded object rotation (roll, pitch, yaw).
|
The documentation for this struct was generated from the following file:
|