Skip to content

Commit 0edaa89

Browse files
committed
fixed typos
1 parent b86faaa commit 0edaa89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gimbal/gimbal_attitude.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
/*
55
implementation of gimbal attitude estimator from flight controller
66
euler angles and magnetic encoders for a 3,1,2 joint angle gimbal
7+
8+
Andrew Tridgell, October 2023
79
*/
810

911

1012
/*
11-
attitude representation using a 3x3 rotation matrix. This rollows
13+
attitude representation using a 3x3 rotation matrix. This follows
1214
the conventions of the ArduPilot AP_Math library
1315
*/
1416
struct RotationMatrix {

0 commit comments

Comments
 (0)