Magnetometer model #3307
Replies: 2 comments
-
I also found there is a scale_factor value changed from 2.0f to 1.0f. What's the change for? |
Beta Was this translation helpful? Give feedback.
-
If I remember correctly, scale_factor can be used to simulate imperfect calibration. The ref update frequency is how fast do we update magnetic field ground truth wrt to position. This computation is pretty expensive but magnetic field barely changes on sphere of size of Earth if you are moving only few 100s of meters. So we really don't need to keep doing this computation every physics frame (which runs at 100+ Hz). Where are you seeing zero gauss level? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am working to use a different magnetometer for AirSim. In reviewing the MagnetometerSimpleParams.hpp, there are couple of struct members I don't have much info.
Here they are
Does anyone has some insight for how to create a new magnetometer model?
Thx
Beta Was this translation helpful? Give feedback.
All reactions