ardupilot/libraries/AP_Common
Jochen Tuchbreiter c5f19f5df8 Plane: Implement issue 80: counterclockwise loiter
- libraries/AP_Common/AP_Common.h: Use bit 2 of Location.options to store
  loiter direction
- ArduPlane/defines.h: New bitmask MASK_OPTIONS_LOITER_DIRECTION for struct
  Location bit 2
- ArduPlane/ArduPlane.pde: New variable loiter_direction
- ArduPlane/GCS_Mavlink.pde: For mavlink loiter-commands use sign of param3 to
  detemine direction. Set Location.option flag accordingly
- ArduPlane/commands.pde: Make sure loiter-directions get saved into EEPROM
  correctly
- ArduPlane/commands_logic.pde: Set loiter_direction on all loiter-actions
  as well as RTL/instant loiter
- ArduPlane/navigation.pde: Yield loiter_direction in update_loiter
2013-02-05 10:29:31 +11:00
..
AP_Common.h Plane: Implement issue 80: counterclockwise loiter 2013-02-05 10:29:31 +11:00
AP_Test.h uncrustify libraries/AP_Common/AP_Test.h 2012-08-21 19:19:51 -07:00
Arduino.h Build: added empty Arduino.h 2012-12-20 14:52:30 +11:00
c++.cpp Add AP_HAL_SMACCM implementation. 2013-01-03 13:48:06 -08:00
keywords.txt Add support for 'new' and 'delete', so we can cons things on the fly. 2010-10-17 04:02:06 +00:00