|
ASCO Aerial Autonomy
|
Store velocity and yaw Used as goal for builtin velocity and yaw controller for UAV system. More...
#include <velocity_yaw.h>


Public Member Functions | |
| VelocityYaw () | |
| Implicit constructor Instantiates velocity and yaw to zero. More... | |
| VelocityYaw (Velocity v, double yaw) | |
| Explicit constructor. More... | |
| VelocityYaw (double x, double y, double z, double yaw) | |
| Explicit constructor. More... | |
| bool | operator== (const VelocityYaw &v) const |
| Compare two velocityyaws. More... | |
| bool | operator!= (const VelocityYaw &v) const |
| Compare two velocityyaws. More... | |
| VelocityYaw | operator- (const VelocityYaw &v) const |
| Substract two velocity yaw entities. 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 |
| Orientation 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 Used as goal for builtin velocity and yaw controller for UAV system.
|
inline |
Implicit constructor Instantiates velocity and yaw to zero.
|
inline |
Explicit constructor.
| v | Velocity vector |
| yaw | Orientation around body axis (rad) |
|
inline |
Explicit constructor.
| x | x component (m/s) |
| y | y component (m/s) |
| z | z component (m/s) |
| yaw | Orientation around global z axis (rad) |
|
inline |
|
inline |
Substract two velocity yaw entities.
| v | VelocityYaw to be substracted from current velocity yaw |
|
inline |
| double VelocityYaw::yaw |
Orientation around global z axis.
1.8.6