- Apr 15, 2012
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this file will be used to help developers learn how to do git commits
-
- Apr 14, 2012
-
-
Michael Oborne authored
fix aerosim-rc 3.91 (packet format change) mono setup form fix (re validating disabled fields) seperate log/live mag calibation.
-
rmackay9 authored
-
- Apr 12, 2012
- Apr 11, 2012
-
-
Michael Oborne authored
work on CodeGen fix messagebox wrap modify arducopter loiter options fix setmode function update dataflash log format- thanks randy remove config.xml - this causes overwriting user settings
-
rmackay9 authored
-
Chris Anderson authored
-
-
- Apr 09, 2012
-
-
analoguedevices authored
-
rmackay9 authored
-
rmackay9 authored
ArduCopter - Parameters.h - changed initialisation order to remove compiler warning (have not changed enum values so shouldn't require eeprom format id update)
-
rmackay9 authored
-
Michael Oborne authored
-
Andrew Tridgell authored
-
Michael Oborne authored
update radio packet fix rlogs add left/right mavlink log graphing (left/right mouse) modify update detector.
-
- Apr 08, 2012
-
-
Andrew Tridgell authored
this adds local and remote radio noise levels
-
rmackay9 authored
-
- Apr 07, 2012
-
-
rmackay9 authored
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.
-
- Apr 06, 2012
-
-
Michael Oborne authored
3dr Radio support update mavlink library
-
rmackay9 authored
-
Michael Oborne authored
3DR R setup layout - thanks andrew.
-
Michael Oborne authored
update message definitions fix radio screen
-
- Apr 04, 2012
-
-
rmackay9 authored
AP_Motors - fixed last "shadowing" compiler warning caused by badly named parameter in auto_armed method.
-
rmackay9 authored
AP_MotorsMatrix - fixed another compiler error regarding shadowing a variable. Fixed by removing those the angle and direction arrays which weren't even used
-
rmackay9 authored
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.
-
rmackay9 authored
AP_Motors - fix compiler warning re shadowing a variable caused by badly named parameter in armed function. Another compiler warning fixed in AP_MotorsMatrix.cpp caused by declaring "i" twice.
-
rmackay9 authored
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
-
rmackay9 authored
ArduCopter - test.pde - changed references "motor_armed" to "motors.armed()" as part of move to AP_Motors library. Change to ESC initialisation calls to use motors.throttle_pass_through method of AP_Motors class.
-
rmackay9 authored
ArduCopter - system.pde - changed references to "motor_armed" to "motors.armed()" as part of the move to use AP_Motors library.
-
rmackay9 authored
ArduCopter - setup.pde - changed cli for helicopter to call the new AP_Motors class's parameters instead of the global parameters. changed init_esc to call the AP_Motor's class's "throttle_pass_through" function.
-
rmackay9 authored
ArduCopter - radio.pde - changed motor initialisation to set update rate, frame orientation, min and max throttle to AP_Motors class. Note: perhaps the motors speed at least should be moved to a parameter within the motors class. output_min function greatly simplified as this is handled by the AP_Motors class.
-
rmackay9 authored
ArduCopter - motors.pde - changed references to "motor_armed" to "motors.armed()" because we've moved to using the AP_Motors class. Simplified set_servos_4 function which was responsible for calling "output_motors_armed" or "output_motors_disarmed" as this determination as to whether the motors are armed or not is handled within the AP_Motors class.
-
rmackay9 authored
-
rmackay9 authored
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)
-