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-02-20 10:54:14 +01:00
Code
Issues
Releases
Activity
LibrePilot
/
ground
/
uavobjgenerator
History
James Cotton
b56c11d1d9
Merge remote-tracking branch 'origin/stac/logging_fixes' into next
2011-12-16 13:54:49 -06:00
..
generators
uavobjgen: fix order of struct fields in autogen matlab code
2011-12-14 23:10:08 -05: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