This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
LibrePilot
Watch
1
Star
0
Fork
0
You've already forked LibrePilot
mirror of
https://bitbucket.org/librepilot/librepilot.git
synced
2025-01-18 03:52:11 +01:00
Code
Issues
Releases
Activity
LibrePilot
/
ground
/
uavobjgenerator
History
James Cotton
21714911e8
Convert log files to structure of array instead of array of struct from Kenz
2012-01-01 13:19:07 -06:00
..
generators
Convert log files to structure of array instead of array of struct from Kenz
2012-01-01 13:19:07 -06:00
main.cpp
UAVObjGenerator: Allow generation of specific UAVObjects only per commandline specified list - possibly needed for CopterControl
2011-01-28 22:35:44 +00:00
uavobjectparser.cpp
Added UAVObject sorting to make UAVObj structs align to word-boundaries. Else copying to / from UAVObjects will fail on Cortex M4 with an alignment error, since the proper alignment is not visible to the compiler in a line like this: float* data = UAVObj.Roll; data[2] = yaw;
2011-11-22 23:48:11 -08:00
uavobjectparser.h
uavobjgenerator: Move generator out of the gcs subdir
2011-01-22 17:38:37 +00:00
uavobjgenerator.pro
uavobjgenerator: Move generator out of the gcs subdir
2011-01-22 17:38:37 +00:00