-
The README suggests that "Processing of an inertial navigation system (INS)." is possible, which I read as generating attitude and position (relative to a starting point) from only INS data. In the examples, I only seem to find code with GNSS, though. In particular, we have 100Hz 3-axis acceleration/gyro/magnetometer data and want to reconstruct attitude and position in post processing, for segments of few minutes, within an area of around 20m radius. Pitch and roll would be by far more important than yaw and position, though. Is this the right tool? Which examples would I have to look at or am I overlooking some crucial documentation besides the examples? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello kvoit,
Typically, an INS works find only if a high-end IMU is used (~ USD 100k). This is how airplanes navigated when GPS didn't exist. The common approach is to use an INS/GNSS system where a low-cost IMU is involved. This is why most code that you will find is based on this system.
Yes, you can use NaveGo only using a INS. You have to modify file Please, let us know how your experiments develop! Kind regards. |
Beta Was this translation helpful? Give feedback.
Hello kvoit,
Typically, an INS works find only if a high-end IMU is used (~ USD 100k). This is how airplanes navigated when GPS didn't exist.
The common approach is to use an INS/GNSS system where a low-cost IMU is involved. This is why most code that you will find is based on this system.