|
onboardsdk
|
Structure representing state estimates. More...
#include <StateEstimates.hpp>
Public Attributes | |
| float | depth {} |
| float | depth_rate {} |
| float | surface {} |
| float | roll {} |
| float | roll_rate {} |
| float | pitch {} |
| float | pitch_rate {} |
| float | heading {} |
| float | yaw_rate {} |
Structure representing state estimates.
| float blunux::observer::StateEstimates::depth {} |
Depth measurement.
| float blunux::observer::StateEstimates::depth_rate {} |
Rate of change of depth.
| float blunux::observer::StateEstimates::heading {} |
Heading angle.
| float blunux::observer::StateEstimates::pitch {} |
Pitch angle.
| float blunux::observer::StateEstimates::pitch_rate {} |
Pitch rate.
| float blunux::observer::StateEstimates::roll {} |
Roll angle.
| float blunux::observer::StateEstimates::roll_rate {} |
Roll rate.
| float blunux::observer::StateEstimates::surface {} |
Estimate of the absolute drift of the depth sensor.
| float blunux::observer::StateEstimates::yaw_rate {} |
Yaw rate.