Randy Mackay
d13b4c2dc3
AC_PrecLand: init members to resolve compile warning
2015-11-12 14:43:38 +09:00
Randy Mackay
175f5654c1
AC_PrecLand: fix backend compile error
2015-11-12 14:42:44 +09:00
Lucas De Marchi
831d8acca5
Remove use of PROGMEM
...
Now variables don't have to be declared with PROGMEM anymore, so remove
them. This was automated with:
git grep -l -z PROGMEM | xargs -0 sed -i 's/ PROGMEM / /g'
git grep -l -z PROGMEM | xargs -0 sed -i 's/PROGMEM//g'
The 2 commands were done so we don't leave behind spurious spaces.
AVR-specific places were not changed.
2015-10-30 14:35:16 +09:00
squilter
9de2ec04f6
AC_PrecLand: update comments to reflect change from bf_angle to angle
2015-10-26 09:45:05 +09:00
squilter
9e7099f5ee
AC_PrecLand: implement frame of reference
2015-10-26 09:45:03 +09:00
squilter
e409bd0a58
AC_PrecLand: rename bf_angle to angle
2015-10-26 09:45:01 +09:00
Daniel Nugent
58b7bf1588
AC_PrecLand: add companion computer implementation
2015-09-11 20:56:08 +09:00
Daniel Nugent
2f92876865
AC_PrecLand: remove const from get_angle_to_target
2015-09-11 20:56:07 +09:00
Daniel Nugent
21ac12f1c3
AC_Precland: bug fix to update ef angles only with new readings
2015-09-11 20:56:05 +09:00
Andrew Tridgell
2ce0f4c171
AC_Precland: fixed build under cygwin
...
the IRLock driver only builds on PX4 at the moment
2015-09-02 10:10:04 +10:00
Randy Mackay
bf08fc317c
AC_PrecLand: correct include paths
2015-08-31 18:00:26 +09:00
Randy Mackay
c06593f987
AC_PrecLand: precision landing lib for IR-Lock and companion computer
2015-08-31 18:00:25 +09:00