3120 Commits (bdb2f12c3b9d56512067b0d9bda6bbb27ee00161)

Author SHA1 Message Date
Andrew Tridgell dca597cda1 L1_Control: added a comment on speed of the L1 control code 12 years ago
Brandon Jones a3c2851120 AP_L1_Control: Addition of library for geometry calculations required for L1 Control. 12 years ago
priseborough b63d0969b7 AP_AHRS: Addition of a first order complementary filter to AP_AHRS::groundspeed_vector 12 years ago
Andrew Tridgell 05ecb8d8fa AP_AHRS: fixed functions that need to be virtual 12 years ago
Andrew Tridgell ee81b0f729 AP_AHRS: added wind_correct_bearing() and groundspeed_vector() 12 years ago
Andrew Tridgell 43c3c60de2 AP_Math: moved a lot of vector templates to cpp from .h 12 years ago
Andrew Tridgell 78eb12a4ac AP_Math: added RadiansToCentiDegrees and RADIUS_OF_EARTH 12 years ago
Andrew Tridgell 8b119934ea AP_Math: fixed grammar error 12 years ago
Andrew Tridgell 2d29a6a7be AP_Math: added Vector2f.angle() 12 years ago
Andrew Tridgell f6aacdc768 AP_Navigation: added a navigation controller class 12 years ago
Randy Mackay cdb532a594 Copter: bug fix for loiter target 12 years ago
Randy Mackay 86fe79a662 INS: updated MPU6K_FILTER parameter description 12 years ago
tobias 217b8d7a59 cleanup: use const for struct Location pointers and references 12 years ago
Stange Szilard 6516bffbb6 AP_Camera: enable relay off in all builds 12 years ago
Andrew Tridgell 8d992ae615 InertialSensor: added OilPan INS example 12 years ago
Randy Mackay af13f6795c INS: switch to global definition of GRAVITY_MSS 12 years ago
Randy Mackay 777c6a308e AP_InertialNav: use shared GRAVITY_MSS constant 12 years ago
foobarbecue c07702f46d Update AP_MotorsOctaQuad.cpp 12 years ago
Randy Mackay 739e3c2b9a Copter: adjust trapezoidal motor mixing 12 years ago
Randy Mackay e32cbd827b Copter: replace quad trapezoid frame with V 12 years ago
Randy Mackay 5bf55a9523 OpticalFlow: switch order of sin_yaw, cos_yaw 12 years ago
Andrew Tridgell 5667f5d817 AP_ADC: fixed APM1 HIL_SENSORS Ch6() return 12 years ago
Andrew Tridgell 310a5a6be1 DataFlash: don't try to write if no card inserted 12 years ago
Andrew Tridgell 6123ea2dac PID: added get_pid_4500() 12 years ago
Randy Mackay 6816c45c39 InertialNav: reduce Z-axis time constant to 5 12 years ago
Michael Oborne 541fa13291 cleanup comments 12 years ago
Michael Oborne 2160bf135d fix sitl segfault in hil 12 years ago
Michael Oborne 87292e0a4a Init hil accel with gravity 12 years ago
Randy Mackay 39ba406957 Copter: add trapezoid frame type 12 years ago
Andrew Tridgell a093926b04 Revert "RC_Channel: removed pwm_out variable from RC_Channel" 12 years ago
Andrew Tridgell 8e4a003d8d RC_Channel: removed pwm_out variable from RC_Channel 12 years ago
Andrew Tridgell 896fd52aa1 AP_AHRS: fixed functions that need to be virtual 12 years ago
Andrew Tridgell 8459da202c AP_AHRS: prevents compass flyaways for plane and rover 12 years ago
Andrew Tridgell 091b474a1d AP_Math: added wrap_360_cd() and wrap_180_cd() 12 years ago
Andrew Tridgell 0ffc7dab6b SITL: added GPS speed down to SITL state 12 years ago
Randy Mackay 93f7e61b66 UBLOX GPS: fix MSG_SOL typo 12 years ago
Randy Mackay 27309a553f GPS: fixes after review 12 years ago
Randy Mackay 24044dc0c4 AHRS: add support for GPS fix type 2D 12 years ago
Randy Mackay d7454bb09e GPS: add 2D fix type 12 years ago
Andrew Tridgell eb6c66af7e AP_HAL: added gpio->analogPinToDigitalPin() API 12 years ago
Andrew Tridgell a6b21443c4 HAL_AVR: fixed null termination of vsnprintf() 12 years ago
Andrew Tridgell 91bbf914f7 RangeFinder: added SONAR_ENABLE boolean to analog sonar object 12 years ago
Andrew Tridgell 7e58bde826 GCS_MAVLink: added comm_is_idle() function 12 years ago
Andrew Tridgell 6ddb99a50b HAL_PX4: create APM/boot.log on SD card 12 years ago
Andrew Tridgell cc932973d6 HAL_PX4: remove the need for the fmu_only flag file 12 years ago
Andrew Tridgell 3f6eb87f23 AP_GPS: fixed uBlox Debug() macro 12 years ago
Andrew Tridgell 8766e86091 HAL_PX4: fixed blocking bulk writes to UARTs 12 years ago
Andrew Tridgell 14911eff6c HAL_PX4: added a (disabled) trick for handling blocking ttyACM0 12 years ago
Randy Mackay 38e81adae0 InertialNav: remove unnecessary "virtual" from function definitions 12 years ago
Andrew Tridgell 93fc9c48e5 HAL_PX4: fixed startup bug in fmu_only mode 12 years ago