322 Commits (d618c55e2ff52c7fad943bbeca7b85a03b8079e5)

Author SHA1 Message Date
Jason Short 610d1d1795 Arducopter: deprecated the get_nav_yaw_offset function. 13 years ago
Jason Short aa645afe2b Arducopter: Altitude change nav 13 years ago
Jason Short 584e7dcda4 Arducopter: Removed Yaw Limit for Quads 13 years ago
Jason Short 44b16b7b61 Arducopter: Temp reversion to old Yaw controller. 13 years ago
Robert Lefebvre 59e133235f Implementing Yaw Fix. Tried to blend with Jason's changes. 13 years ago
Jason Short 6f9e2bf3a8 Arducopter: Toy mode update 13 years ago
Jason Short 1feaaa4655 Arducopter: Toy mode refinements 13 years ago
Jason Short 226bba48a6 Toy Mode Yaw Rate fix 13 years ago
Jason Short c62706ad06 Toy Mode: Yaw performance update. 13 years ago
Jason Short 16b25a26c2 Toy Mode: removed virtual WP, copter now just goes into auto_loiter when not holding the sticks. 13 years ago
Jason Short e0b3309500 Yaw mode: 13 years ago
Jason Short 3ce867508b Attitude.pde: Toy mode logic 13 years ago
Jason Short eeab4c5363 Attitude.pde: Turned off boost_p for nav_throttle based on Testing feedback from Marco. 13 years ago
Jason Short 812bf7d874 Attitude.pde - Added small boost to alt hold for takeoff. 13 years ago
Robert Lefebvre 1064dcbd34 Open up constraint on Rate Yaw Output for all copters. 13 years ago
Jason Short 27e0aee03f Small fix to angle boost - increases by about 20% to deal with inefficiencies of non-downward thrust 13 years ago
Jason Short c42f9ece43 Inertial Control 13 years ago
rmackay9 65050775e1 ArduCopter: made Robert's new yaw method optional (off by default). 13 years ago
Robert Lefebvre c5916a8b4d Opening up the Yaw Rate constraint for Trad Heli. 13 years ago
Robert Lefebvre e2496181ff Yaw Fix 13 years ago
Jason Short a9610a0761 Stabilization patches 13 years ago
Jason Short 9ab06c5542 Moved PID logging counter into define 13 years ago
Jason Short 2311d52d37 Renamed some variables to clarify functionality. 13 years ago
Jason Short 1a5e2f4e37 Attitude.pde - Removed rate limit based on SIM flights. These should never have been in place and seriously detriment Acro flight. 13 years ago
rmackay9 533772339e ArduCopter - Attitude.pde - added logging of optical flow pid controller 13 years ago
rmackay9 df85051574 ArduCopter - added dataflash logging of roll and pitch rate controllers 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
Andrew Tridgell e0c9ab5a29 ACM: fixed heli build 13 years ago
Andrew Tridgell 47f9dfd125 ACM: fixed the build on the 1280 13 years ago
rmackay9 1f4cfb9333 ArduCopter - added PID log type. Implemented for Yaw stabilize and rate controllers. 13 years ago
Andrew Tridgell 547b4ed55b AHRS: adapt ArduCopter for new AHRS framework 13 years ago
Jason Short a0717f082e ACM: Attitude.pde - consolidated wind I term resets 13 years ago
Jason Short fc32da0d2e ACM: increased the available rate error constrain, it was too low 13 years ago
Jason Short bd4835a1b2 ACM: removed the experiment for rate error. 13 years ago
Jason Short 730476fdfd ACM - 13 years ago
Jason Short a387956814 added stab_d gain scheduling 13 years ago
rmackay9 744e5b8c60 ArduCopter - made rate controller filters globals to fix compiler error on Arduino 022 (Arduino 1.0 was fine) 13 years ago
rmackay9 4a0989f95d ArduCopter - Attitude.pde - updated get_rate_roll and get_rate_pitch to use new average filter. 13 years ago
Jason Short 1ce267f904 increased the rate error for more responsive alt hold 13 years ago
rmackay9 57e5eee8c8 TradHeli - increase max yaw input to 45 degrees 13 years ago
Jason Short 364afe8da0 added a constraint to D term 13 years ago
Jason Short 265c5255a3 Added slow_wp default in AP mode 13 years ago
Jason Short 5218220f0f re-implemented WII Dampening filter for Marco. 13 years ago
Jason Short 632cc783a1 cast D term to float just in case 13 years ago
Jason Short 3d63bb6cd4 Added acro_p to the params 13 years ago
Jason Short fcb24ee17d Added Acro_P 13 years ago
Andrew Tridgell 3b4cae3cc3 adapted main ACM code for AP_Param 13 years ago
Jason Short c64d781dce get_acro_yaw added 13 years ago
Jason Short f40d40b0f9 Acro fix - we had lost the scaling of Acro mode in 2.1. This restores that. 13 years ago
Randy Mackay b851d39eaa OptFlow - reenable OF_LOITER pid controller and reduce I term 13 years ago