4029 Commits (909c85cff203596144e10fe8a1e0a5b9a9618f1b)
 

Author SHA1 Message Date
Hazy 909c85cff2 APM Planner 13 years ago
James Goppert 54d7f1ca21 Merge branch 'master' of https://code.google.com/p/ardupilot-mega 13 years ago
James Goppert a9f0bd24d7 Switched to project specific cmake lists. 13 years ago
James Goppert fb07cddd6f Making cmake local to projects. 13 years ago
Michael Oborne d577fb7338 APM Planner 1.1.69 13 years ago
James Goppert bce4410419 Working on cmake options. 13 years ago
Phil Cole 7a81bf2bd5 GIT_Success.txt: test edit 13 years ago
James Goppert ab3ebe68e7 Modified default cmake port. 13 years ago
James Goppert c6f099c888 Updated cmake. Now works with ArduPlane/ ArduCopter. 13 years ago
Michael Oborne 4c31dcdaeb APM Planner 1.1.68 13 years ago
Adam M Rivera b500d9430f AP_AHRS_HIL.h: Fixed HIL build by adding missing public property. 13 years ago
rmackay9 870b5e5f75 ArduCopter - CH6 Tuning - added AHRS_YAW_KP parameter as 30. Now you can easily set the amount that the mag is used to correct the gyro based yaw estimate in the DCM 13 years ago
Andrew Tridgell 95cb35c7bb AHRS: enable AHRS_ group in ArduCopter 13 years ago
Andrew Tridgell d07b77237e AHRS: enable AHRS_ group in ArduPlane 13 years ago
Andrew Tridgell 8e90aeea4e AHRS: added AHRS_YAW_P parameter 13 years ago
Phil Cole 9e36b9b672 Git tool test 13 years ago
Phil Cole 5160e2ea34 test file commit 13 years ago
Chris Anderson 07d80ce8f9 Test commit 13 years ago
Michael Oborne 888668aeb4 APM Planner 1.1.67 13 years ago
Andrew Tridgell 4cec74683e testing ... 13 years ago
Andrew Tridgell b8693c122a added GIT_Success.txt 13 years ago
Michael Oborne 776ae2780a APM Planner 1.1.66 13 years ago
rmackay9 a71ed6abec ArduCopter - updated firmware version to "2.6 Beta" 13 years ago
rmackay9 24b81db20e ArduCopter - LEDS - main code to support COPTER_LEDS. 13 years ago
rmackay9 c337df11c8 ArduCopter - LEDS - set new output pins to OUTPUT to support COPTER_LEDS. 13 years ago
rmackay9 d70f5da5e0 ArduCopter - LEDS - define pins to be used for COPTER_LEDS. 13 years ago
rmackay9 84b07b5e6a ArduCopter - LEDS - added new COPTER_LEDS definition 13 years ago
rmackay9 0a3bc9a66a ArduCopter - LEDS - two new parameters to support COPTER_LEDS. 13 years ago
Michael Oborne c4f81cba33 APM Planner 1.1.65 13 years ago
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