You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>
590
+
591
+
Set an external estimate of vehicle attitude.
592
+
593
+
This might be used to provide an initial attitude (especially heading) estimate to the estimator (EKF). Angles are defined in a 3-2-1 (yaw-pitch-roll) intrinsic Tait-Bryan sequence.
594
+
595
+
Param (Label) | Description | Values | Units
596
+
--- | --- | --- | ---
597
+
1 (Roll) | Roll angle. Set to NaN if unknown. | min: 0 max: 360 | deg
598
+
2 (Pitch) | Pitch angle. Set to NaN if unknown. | min: 0 max: 360 | deg
599
+
3 (Yaw) | Yaw/heading (relative to true north) angle. Set to NaN if unknown. | min: 0 max: 360 | deg
600
+
4 (Tilt accuracy) | Estimated 1 sigma accuracy of roll and pitch angles. Set to NaN if unknown. | | deg
601
+
5 | Empty | |
602
+
6 | Empty | |
603
+
7 (Yaw accuracy) | Estimated 1 sigma accuracy of yaw angle. Set to NaN if unknown. | | deg
0 commit comments