|
base
|
#include <Speed6D.hpp>
Public Attributes | |
| double | surge |
| double | sway |
| forward speed in m/s More... | |
| double | heave |
| rightward speed (aka strafing) in m/s More... | |
| double | roll |
| downward speed in m/s More... | |
| double | pitch |
| rotation about the surge (forward/x) axis, posit. makes vehicle roll clockwise (to the right) More... | |
| double | yaw |
| rotation about the sway (rightward/y) axis, posit. makes vehicle's nose rise More... | |
A unified speed control data structure for 6-dof vehicles (e.g. AUVs)
| double base::commands::Speed6D::heave |
rightward speed (aka strafing) in m/s
| double base::commands::Speed6D::pitch |
rotation about the surge (forward/x) axis, posit. makes vehicle roll clockwise (to the right)
| double base::commands::Speed6D::roll |
downward speed in m/s
| double base::commands::Speed6D::surge |
| double base::commands::Speed6D::sway |
forward speed in m/s
| double base::commands::Speed6D::yaw |
rotation about the sway (rightward/y) axis, posit. makes vehicle's nose rise
1.8.13