|
ASCO Aerial Autonomy
|
Store velocity and yaw rate. More...
#include <velocity_yaw_rate.h>


Public Member Functions | |
| VelocityYawRate () | |
| Implicit constructor Instantiates velocity and yaw rate to zero. More... | |
| VelocityYawRate (Velocity v, double yaw_rate) | |
| Explicit constructor. More... | |
| VelocityYawRate (double x, double y, double z, double yaw_rate) | |
| Explicit constructor. More... | |
| bool | operator== (const VelocityYawRate &v) const |
| Compare two VelocityYawRate. More... | |
| bool | operator!= (const VelocityYawRate &v) const |
| Compare two VelocityYawRate. More... | |
Public Member Functions inherited from Velocity | |
| Velocity () | |
| Constructor with implicit instantiation of velocity vector to zero. More... | |
| Velocity (double x, double y, double z) | |
| Constructor with explicit instantiation. More... | |
| bool | operator== (const Velocity &v) const |
| Check if two velocity vectors are the same. More... | |
| bool | operator!= (const Velocity &v) const |
| Check if two vectors are not equal. More... | |
Public Attributes | |
| double | yaw_rate |
| Angular rate around global z axis. More... | |
Public Attributes inherited from Velocity | |
| double | x |
| x component in m/s More... | |
| double | y |
| y component in m/s More... | |
| double | z |
| z component in m/s More... | |
Store velocity and yaw rate.
|
inline |
Implicit constructor Instantiates velocity and yaw rate to zero.
|
inline |
Explicit constructor.
| v | Velocity vector |
| yaw_rate | Angular rate around global z (rad/s) |
|
inline |
Explicit constructor.
| x | x component (m/s) |
| y | y component (m/s) |
| z | z component (m/s) |
| yaw | Angular rate around global z axis (rad/s) |
|
inline |
|
inline |
| double VelocityYawRate::yaw_rate |
Angular rate around global z axis.
1.8.6