We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050835b commit 55fad72Copy full SHA for 55fad72
src/constants.hpp
@@ -218,9 +218,9 @@ namespace constants {
218
constexpr float temp_z_c = -1.7573124306246634684924856628641;
219
220
// Hard Iron Offsets
221
- constexpr float hardiron_x = 30.925;
222
- constexpr float hardiron_y = 14.48;
223
- constexpr float hardiron_z = -6.075;
+ constexpr float hardiron_x = 31.5;
+ constexpr float hardiron_y = 14.5;
+ constexpr float hardiron_z = -6.0;
224
225
// Starshot
226
constexpr float step_size_input = 0.10;
0 commit comments