3864 Commits (b549b88e5e98e9d99af1730ae0447fc2ec3e9839)
 

Author SHA1 Message Date
Andrew Tridgell 367947fd33 HWSTATUS: if we don't know the voltage, report it as zero 13 years ago
Andrew Tridgell 64cc04ae09 ACM: adjust yaw drift correction constants 13 years ago
Andrew Tridgell 511f65e2ef APM: fixed reset of control switch when short_fs_action is disabled 13 years ago
Andrew Tridgell bddc6ba241 SITL: separate out drift speed and drift level 13 years ago
Andrew Tridgell 25cad09746 SITL: added a drift_level multiplier 13 years ago
Andrew Tridgell b11b571778 DCM: fixed the averaging of accel values for update_DCM_fast() 13 years ago
Andrew Tridgell 145fc91701 AP_Math: added a .zero() method to Vector3f 13 years ago
Andrew Tridgell ae51173656 SITL: fixed delay() to account for signal interrupions 13 years ago
Andrew Tridgell fe173227de DCM_Test: fixed example code to work with SITL 13 years ago
Andrew Tridgell 8424609924 SITL: push noise level to 2.0 for DCM testing 13 years ago
Andrew Tridgell accc5dc02f autotest: run fg viewers with less CPU priority 13 years ago
Andrew Tridgell 5e66d3cecb autotest: added CMAC test circuit 13 years ago
Andrew Tridgell 6ba6e11e7b DCM: added a small amount of accel smoothing to update_DCM_fast() 13 years ago
Andrew Tridgell a0ce202d87 ACM: added SIMSTATE, DCM and HWSTATUS messages to ACM 13 years ago
Andrew Tridgell 3b1782f369 DCM: don't use the z accel sensor for drift correction 13 years ago
Andrew Tridgell 4031320f7c DCM: added a small amount of gyro and accel smoothing 13 years ago
Andrew Tridgell b455443e2c APM: added logging of DCM, HWSTATUS and SIMSTATE 13 years ago
Andrew Tridgell 94d0236b97 DCM: added reporting interfaces for DCM state 13 years ago
Andrew Tridgell 772c30ba86 SITL: added sitl_simstate_send() 13 years ago
Andrew Tridgell 9df332f0ae MAVLink: import new message types DCM, HWSTATUS and SIMSTATE 13 years ago
Andrew Tridgell cc8278c1ac DCM: got rid of _error_roll_pitch from object state 13 years ago
Michael Oborne 986f1675ad APM Planner 1.1.50 13 years ago
Jason Short 486c56ce41 Consolidated Barometer pressure sensing to a single filter based on Randy's new filter class. 13 years ago
Jason Short c8e9d57567 temp remove filter for quad motors during testing. It's unlikely this filter did anything at all to be honest. 13 years ago
Jason Short 730476fdfd ACM - 13 years ago
Jason Short c26eb6afcc ACM: Updated config values 13 years ago
Jason Short e57b91c2e2 Updated on Barometer - increased the Temp filtering and decreased the pressure filtering to and get less temp noise, faster response from pressure. I'm filtering the Climb rate differently now, so this higher pressure noise should not hurt the derivative calcs at all now. 13 years ago
Michael Oborne f1d67c5638 APM Planner 13 years ago
rmackay9 8b256cf924 ArduCopter - fix for stability patch and motor filter meant to deal with engines tendency to speed up faster than they slow down 13 years ago
rmackay9 72a775cc2a ArduCopter - fixed typo in motor filtering for octa, octa_quad and y6 that is suppose to correct for props speeding up faster than they slow down. 13 years ago
rmackay9 706bea5992 ArduCopter - added OCTA_QUAD_FRAME to comments in APM_Configh.h to help user select frame when compiling with arduino 13 years ago
Michael Oborne 7f47640b92 APM Planner 1.1.49 13 years ago
Jason Short 46d7da4d14 Added define for throttle range for altitude changes, updated it to 250 13 years ago
rmackay9 6c3cf9ad5b AP_RC - removed unused library 13 years ago
Michael Oborne 444f29410b planner cleanup 13 years ago
Michael Oborne ba3ffb3b8b APM Planner 1.1.48 13 years ago
Robert Lefebvre a480b32400 Added support for TradHeli H1 swashplate type. Added new param heli_h1_swash_enabled. 13 years ago
Michael Oborne 0087d0533a APM Planner 1.1.47 13 years ago
Michael Oborne c2fa44d24e APM Planner 1.1.46 13 years ago
Andrew Tridgell 73dafe537e SITL: use the new noise model 13 years ago
Andrew Tridgell 0ff44563ec ACM: use g.rc_speed for all APM_RC.SetFastOutputChannels calls 13 years ago
Andrew Tridgell 0fc646d666 ACM: set default RC fast speed to 400Hz 13 years ago
Andrew Tridgell e213f6780e ACM: added RC_SPEED MAVLink parameter 13 years ago
Andrew Tridgell 5f749325f0 APM_RC: allow the fast RC speed to be passed as a parameter 13 years ago
Andrew Tridgell f781bd735b ACM: fixed Parameters.h to avoid duplicate keys 13 years ago
Andrew Tridgell f4329d2680 AP_Param: ensure we can't have duplicate keys in Parameters.h 13 years ago
Andrew Tridgell cb874d6097 ACM: added board_voltage() 13 years ago
Andrew Tridgell b20084af7d APM: added board_voltage() function 13 years ago
Andrew Tridgell 1e8d98cdda I2C: added lockup_count() interface 13 years ago
Andrew Tridgell 37275d229d SITL: implement cli()/sei() properly for desktop build 13 years ago