91 Commits (a025794bae0f5280780c8cda61e8be43b9898505)

Author SHA1 Message Date
Peter Barker 33daef2f33 Copter: merge ArduCopter.cpp and Copter.cpp 6 years ago
Peter Barker 31f796f0c5 Copter: remove unused scaleLongDown member 6 years ago
Peter Barker b47733142f GLOBAL: rename DataFlash_Class to AP_Logger 6 years ago
Peter Barker 485cafb343 Copter: use AP_FWVersion singleton 7 years ago
Peter Barker ba8b3e2415 Copter: create an AutoYaw helper object to hold auto-yaw state 7 years ago
Peter Barker 846506230d Copter: remove pointless initialisations 7 years ago
Peter Barker bfc373aeff Copter: move logging of PM messages to AP_Scheduler 7 years ago
Peter Barker 80a3d63264 Copter: use AP_Scheduler's loop() function 7 years ago
Peter Barker 7f69c5d26d Copter: use scheduler ticks in place of mainloop_count 7 years ago
Peter Barker 996115c0d3 Copter: eliminate MAIN_LOOP_SECONDS macro 7 years ago
Peter Barker 6c82f7671d Copter: move all commands logic into AUTO flightmode 7 years ago
Andrew Tridgell 8ab0ac8a16 Copter: removed create() method for objects 7 years ago
Randy Mackay 2d23e1f7c7 Copter: rename flightmode_ objects to mode_ 7 years ago
Randy Mackay ac8c2b3f03 Copter: resolve compiler warning from flight-mode declaration 7 years ago
Peter Barker 5d33cf08e1 Copter: eliminate calc_home_distance_and_bearing 7 years ago
Peter Barker 103e2cc711 Copter: calculate wp bearing and distance on demand 7 years ago
Peter Barker 9c60c1de58 Copter: FlightMode - convert SMARTRTL flight mode 7 years ago
Peter Barker 682f3c0e7e Copter: FlightMode - convert RTL flight mode 7 years ago
Peter Barker 2db09ba0f7 Copter: FlightMode - convert GUIDED flight mode 7 years ago
Peter Barker 871ba5630f Copter: FlightMode - convert CIRCLE flight mode 7 years ago
Peter Barker e2b70c3a0a Copter: FlightMode - convert AUTO flight mode 7 years ago
Peter Barker a95a35c134 Copter: FlightMode - convert STABILIZE flight mode 7 years ago
Lucas De Marchi 1263e20a0d ArduCopter: use static method to construct AC_InputManager 7 years ago
Lucas De Marchi e21e02cfdb ArduCopter: use static method to construct AC_PrecLand 7 years ago
Lucas De Marchi cf6ea9642e global: use static method to construct AP_Terrain 7 years ago
Lucas De Marchi 31db77e47b global: use static method to construct AP_Parachute 7 years ago
Lucas De Marchi 57bbb2e1d9 ArduCopter: use static method to construct AC_Sprayer 7 years ago
Lucas De Marchi 4f42facefc global: use static method to construct AC_Avoid 7 years ago
Lucas De Marchi b05610870c global: use static method to construct AP_Rally 7 years ago
Lucas De Marchi c6eb48009b global: use static method to construct AC_Fence 7 years ago
Lucas De Marchi 18aa88b329 global: use static method to construct AP_Mount 7 years ago
Lucas De Marchi c3647f0185 global: use static method to construct AP_Camera 7 years ago
Lucas De Marchi cc53e7bc4b global: use static method to construct AP_ServoRelayEvents 7 years ago
Lucas De Marchi 9ce6019138 global: use static method to construct AP_Frsky_Telem 7 years ago
Lucas De Marchi b36a5919f5 global: use static method to construct AP_Mission 7 years ago
Lucas De Marchi 53c82b4aaf global: use static method to construct DataFlash_Class 7 years ago
Lucas De Marchi cd5b018d82 ArduCopter: move version to a static member 7 years ago
Randy Mackay 44a436642b Copter: complete rename to SmartRTL 8 years ago
Peter Barker 6b5fd5fbdd Copter: move gcs_out_of_time into GCS object 8 years ago
squilter 4b57a4a231 Copter: rename SafeRTL to SmartRTL 8 years ago
squilter ba0e08552f Copter: add SafeRTL flight mode 8 years ago
Peter Barker 470e790117 Copter: add constant structure holding firmware version 8 years ago
Peter Barker 89e6e70235 Copter: remove MAIN_LOOP_RATE in favour of parameter value 8 years ago
Peter Barker cdf9ebcb39 Copter: camera is responsible for taking distance-based-images and logging 8 years ago
Peter Barker cfbde937c6 Copter: move should_log check of log bitmask into DataFlash 8 years ago
Shingo Matsuura 0800c6be52 Copter: add beacon object to avoidance object 8 years ago
Peter Barker 1d70a337dd Copter: remove unused desired_climb_rate variable 8 years ago
Andrew Tridgell 0f6d0c5ba9 Copter: combined tri, single, coax and multicopter into a single build 8 years ago
Andrew Tridgell 5a87ae3f01 Copter: use new SRV_Channels API 8 years ago
Peter Barker a233024e05 Copter: fix compilation when fence andd proximity are disabled 8 years ago