Subsystem/ins
Revision as of 18:53, 3 March 2014 by AndrewChambers (talk | contribs) (Created the start of the INS subsystem page)
INS subsystem
The INS (Inertial Navigation System) subsystem specifies which position and velocity estimation algorithm you are using.
Most of the INS filters are only providing position and speed, and they need to be used together with an AHRS filter for attitude. Currently, only the experimental invariant filter is a full INS.
Currently possible AHRS subsystem types are
- alt_float
- gps_passthrough
- xsens
- xsens700
- no_type
- hff
- extended
- ardrone2
- float_invariant
e.g. for the extended kalman filter:
File: conf/airframes/myplane.xml |
<firmware name="fixedwing or rotorcraft">
...
<subsystem name="ins" type="extended"/>
</firmware>
|
Implementations
TODO