4200 Commits (4a4402556bdce0593ab72eb6ce7013916f0f70bc)
 

Author SHA1 Message Date
Michael Oborne b267fc7913 APM Planner 1.1.64 13 years ago
rmackay9 fad162989f ArduCopter - navigation.pde - added logging of Loiter PID controllers 13 years ago
Chris Anderson 5f8e724294 elaborate on Make instructions 13 years ago
Chris Anderson e68f347225 Merge branch 'master' of https://code.google.com/p/ardupilot-mega 13 years ago
analoguedevices 28833ed1d6 added missing #include 13 years ago
rmackay9 c96dfb2108 AP_AHRS - changed parameter order to remove compiler warning 13 years ago
rmackay9 f8210b164c ArduCopter - Parameters.h - changed initialisation order to remove compiler warning (have not changed enum values so shouldn't require eeprom format id update) 13 years ago
rmackay9 ef43da9b92 AP_Compass - changed parameter initialisation order to remove compiler warning 13 years ago
Michael Oborne 871563b499 firmware build 13 years ago
Andrew Tridgell 85ba978a65 ready for 2.33 release 13 years ago
Michael Oborne 4f2703e459 APM Planner 1.1.63 13 years ago
Andrew Tridgell 985c967bb9 MAVLink: imported new mavlink headers 13 years ago
rmackay9 df85051574 ArduCopter - added dataflash logging of roll and pitch rate controllers 13 years ago
rmackay9 53827f2e92 AP_MotorsMatrix - fixed stability patch issue in which it would not limit a motor's output unless an opposite motor had been defined. This would only have affected Y6 frames. 13 years ago
Michael Oborne 762b1ea0df APM Planner 1.1.62 13 years ago
rmackay9 127a990509 AP_MotorsOcta - V Frame - test order fix spotted by David Wiens 13 years ago
Michael Oborne 647654ac8e APM Planner - WIP - no exe 13 years ago
Michael Oborne 62f30aae07 APM Planner 1.1.61 13 years ago
rmackay9 f6e1509d05 AP_Motors - fixed last "shadowing" compiler warning caused by badly named parameter in auto_armed method. 13 years ago
rmackay9 1e20d7de88 AP_MotorsMatrix - fixed another compiler error regarding shadowing a variable. Fixed by removing those the angle and direction arrays which weren't even used 13 years ago
rmackay9 7a8973eaf0 AP_MotorsHeli - fixed compiler warning re move_swash function declared with int parameters in .h file but actually using int16_t in .cpp file. They're the same in arduino but perhaps the build checker is a little more strict that Arduino. 13 years ago
rmackay9 926211f0f0 AP_Motors - fix compiler warning re shadowing a variable caused by badly named parameter in armed function. 13 years ago
rmackay9 998058ec07 ArduCopter - removed unused motor pde files including heli.pde, motors_hexa.pde, motors_octa.pde, motors_octa_quad.pde, motors_tri.pde and motors_y6.pde 13 years ago
rmackay9 ad9a8acbab ArduCopter - test.pde - changed references "motor_armed" to "motors.armed()" as part of move to AP_Motors library. 13 years ago
rmackay9 1d086c83f0 ArduCopter - system.pde - changed references to "motor_armed" to "motors.armed()" as part of the move to use AP_Motors library. 13 years ago
rmackay9 4aa40bdf10 ArduCopter - setup.pde - changed cli for helicopter to call the new AP_Motors class's parameters instead of the global parameters. 13 years ago
rmackay9 473126581d ArduCopter - radio.pde - changed motor initialisation to set update rate, frame orientation, min and max throttle to AP_Motors class. 13 years ago
rmackay9 905a445391 ArduCopter - motors.pde - changed references to "motor_armed" to "motors.armed()" because we've moved to using the AP_Motors class. 13 years ago
rmackay9 aa54458dcf ArduCopter - leds.pde - changed refrences to "motor_armed" to "motors.armed()" 13 years ago
rmackay9 7df17e9b3b ArduCopter - removed references to MOT_1 etc as these are now within the AP_Motors class (i.e. MOT_1 has become AP_MOTORS_MOT_1) 13 years ago
rmackay9 ee308ea06c ArduCopter - increased firmware version to 118. Removed nearly all heli parameters as these are all created by the AP_MotorHeli class now. 13 years ago
rmackay9 8402a3d837 ArduCopter - Log.pde - changed MOT output to dataflash to take values from AP_Motors class's motor_out array instead of the global motor_out array. 13 years ago
rmackay9 e5710958bc ArduCopter - GCS_Mavlink.pde - changed output to ground station to use new AP_Motor's class motors array inplace of the global "motor_out" array. 13 years ago
rmackay9 aa4085183c ArduCopter - Attitude.pde - moved heli_get_angle_boost from heli.pde (which will be removed) to Attitude.pde. In fact we should combine heli_get_angle_boost and the regular get_angle_boost. 13 years ago
rmackay9 54a0709759 ArduCopter - add includes for new AP_Motors classes. 13 years ago
Michael Oborne bb50bc3fc5 APM Planner 1.1.60 13 years ago
Andrew Tridgell d60126fc1f autotest: fixed overshoot due to low resolution log timing 13 years ago
Andrew Tridgell abd33dd914 autotest: fixed order of startup messages 13 years ago
Chris Anderson 96fcaa5040 Merge branch 'master' of https://code.google.com/p/ardupilot-mega 13 years ago
rmackay9 b71877366e ArduCopter - AP_Motors library - added new library which has few advantages over current code: 13 years ago
Andrew Tridgell c0a54762c6 MAVLink: port the new adaptive flow control to ArduCopter 13 years ago
Andrew Tridgell e1270401bf MAVLink: make parameter send use adaptive stream rate 13 years ago
Andrew Tridgell 1fd1a55fa6 MAVLink: import change to txbuf as a percentage 13 years ago
Andrew Tridgell 7b50724f60 MAVLink: allow for find grained stream rate control 13 years ago
Chris Anderson 0a9fd22243 Merge branch 'master' of https://code.google.com/p/ardupilot-mega 13 years ago
Andrew Tridgell 4ddeb82b26 MAVLink: imported new headers, with RADIO packet 13 years ago
rmackay9 75d7308fb4 ArduCopter - CH6 tuning - changed Roll/Pitch Rate D tuning to use the user supplied tuning range instead of the range / 100. 13 years ago
Andrew Tridgell e0bb7e2777 MAVLink: don't waste 100 bytes of bandwidth sending 1 byte of information 13 years ago
Andrew Tridgell 87ed39ea46 APM: use set_blocking_writes(false) when we have done ground start 13 years ago
Andrew Tridgell 7634f541b9 ACM: use set_blocking_writes(false) when we arm motors 13 years ago