Skip to content

Commit 55fad72

Browse files
committed
final hard iron offsets
1 parent 050835b commit 55fad72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/constants.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ namespace constants {
218218
constexpr float temp_z_c = -1.7573124306246634684924856628641;
219219

220220
// Hard Iron Offsets
221-
constexpr float hardiron_x = 30.925;
222-
constexpr float hardiron_y = 14.48;
223-
constexpr float hardiron_z = -6.075;
221+
constexpr float hardiron_x = 31.5;
222+
constexpr float hardiron_y = 14.5;
223+
constexpr float hardiron_z = -6.0;
224224

225225
// Starshot
226226
constexpr float step_size_input = 0.10;

0 commit comments

Comments
 (0)