forked from b3nn0/stratux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch to stratux_master branch for goflying
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule goflying
updated
24 files
+0 −1 | .gitignore | |
+0 −3 | .gitmodules | |
+150 −57 | ahrs/ahrs_defs.go | |
+431 −435 | ahrs/ahrs_kalman.go | |
+0 −288 | ahrs/ahrs_kalman0.go | |
+186 −220 | ahrs/ahrs_kalman1.go | |
+205 −52 | ahrs/ahrs_simple.go | |
+0 −314 | ahrs/ahrs_state.go | |
+7 −7 | ahrs/ahrs_test.go | |
+15 −15 | ahrs/docs/AHRS_Math.lyx | |
+4 −4 | ahrs/quaternions.go | |
+12 −12 | ahrs/quaternions_test.go | |
+1 −1 | ahrsweb/kalman_listener.go | |
+4 −6 | bmp280/bmp280.go | |
+1 −1 | bmp280/test/bmp280_test.go | |
+1 −1 | bmp280/test/read_bmp280.go | |
+0 −1 | embd | |
+212 −0 | icm20948/dmp_constants.go | |
+924 −0 | icm20948/icm20948.go | |
+88 −0 | icm20948/test/read_icm20948.go | |
+0 −112 | magnetometer/test/calibration.go | |
+0 −12 | mpu9250/dmp_constants.go | |
+171 −115 | mpu9250/mpu9250.go | |
+4 −1 | mpu9250/test/read_mpu9250.go |