INU
Abstract
Pyodide adaptation of INU example
Packages are specified in the quarto yml
pyodide:
packages:
- matplotlib
- numpy
- r3f
# - time - not supported in pyodide
resources:
- "_external/inu/inu.py"
Import the pacakges
Function describing an aircraft path
Extended Kalman fitler
Define simulation
Plot the true path
Simulate GPS measurements
Add noise to true position.
Plot the GPS path
Inverse mechanize
Computes accelerometer and gyro measurements from the trajectory.