Commit 4631ce9
committed
Multi-Magnetometer support is complete. needs testing. A process function is added to TrajectoryFollower.cpp to fuse all three sensor readings into single x-y-z measurements. I chose to place the function here rather than in the magnetometer library because it seems to fall more under the realm of data or signal processing. This code needs testing.
1 parent 58b33e2 commit 4631ce9
File tree
6 files changed
+324
-157
lines changed- lib
- IMU
- fc_pins
- mag
- trajectory_following
6 files changed
+324
-157
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments