We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86faaa commit 0edaa89Copy full SHA for 0edaa89
gimbal/gimbal_attitude.c
@@ -4,11 +4,13 @@
4
/*
5
implementation of gimbal attitude estimator from flight controller
6
euler angles and magnetic encoders for a 3,1,2 joint angle gimbal
7
+
8
+ Andrew Tridgell, October 2023
9
*/
10
11
12
- attitude representation using a 3x3 rotation matrix. This rollows
13
+ attitude representation using a 3x3 rotation matrix. This follows
14
the conventions of the ArduPilot AP_Math library
15
16
struct RotationMatrix {
0 commit comments