Difference between revisions of "DevGuide/StateInterface"

From PaparazziUAV
Jump to navigation Jump to search
(point to generated docs now)
 
Line 2: Line 2:
It handles coordinate system and fixed-/floating-point conversion on the fly and only when needed.
It handles coordinate system and fixed-/floating-point conversion on the fly and only when needed.


'''See the [http://paparazzi.github.com/docs/latest/group__state__interface.html generated documentation] for more details.'''
'''See the [http://docs.paparazziuav.org/latest/group__state__interface.html generated documentation] for more details.'''


The state interface was merged into the master branch with [https://github.com/paparazzi/paparazzi/commit/dbdbbaf6c265c2abeaafcb588e39d2fa6a33536f commit dbdbbaf].
The state interface was merged into the master branch with [https://github.com/paparazzi/paparazzi/commit/dbdbbaf6c265c2abeaafcb588e39d2fa6a33536f commit dbdbbaf].

Latest revision as of 08:16, 3 August 2014

The general state interface holds all the most important vehicle states like position, velocity, attitude, etc. It handles coordinate system and fixed-/floating-point conversion on the fly and only when needed.

See the generated documentation for more details.

The state interface was merged into the master branch with commit dbdbbaf.