12404 Commits (4c3480796d6cc270a3ae2414e0b76e716161801d)
 

Author SHA1 Message Date
Kevin Hester 4c3480796d all: Change the editorconfig so that it won't want to reformat 11 years ago
Kevin Hester f43064ddef documentation: Add a contributing & maintainers file 11 years ago
Randy Mackay 042c65c501 Plane: add support for DO_SET_ROI outside of missions 11 years ago
Randy Mackay 9064d7ebca Rover: add support for DO_SET_ROI outside of missions 11 years ago
Randy Mackay 3790b3aa82 Rover: add support for DO_SET_ROI within mission 11 years ago
Randy Mackay 873eb68d79 Plane: add support for DO_SET_ROI within mission 11 years ago
Randy Mackay e1a6b07e60 Copter: setting ESC param to 2 skips high throttle check 11 years ago
Andrew Tridgell d325f630e5 VibTest: added sample timing to console output 11 years ago
Andrew Tridgell 8af876fe8a AC_AttitudeControl: fixed build 11 years ago
Andrew Tridgell fc368202ad build: fixed build with latest upstream PX4 Firmware tree 11 years ago
Andrew Tridgell 863e7a5f93 VibTest: fixed array bounds error 11 years ago
Andrew Tridgell 2c8240dbb4 VibTest: fixed gyro timestamps in logs 11 years ago
Aaron Curtis 179d854a26 LogAnalyzer: Update to include the new "format" argument, and fix scoping on two new tests. 11 years ago
Aaron Curtis 406fedf727 LogAnalyzer: Allow instantiation of DataFlashlog with no input filename, for backward compatibility. My changes make m_dflog=DataFlashlog('/path/to/file.log') work, which seems like the preferable way, but we don't want to break backwards compatibility. 11 years ago
Aaron Curtis 0f5360fefa LogAnalyzer: Default to automatic log format detection. 11 years ago
Aaron Curtis c6d783409c LogAnalyzer: There is no self.logfile, so this must be self.filename. 11 years ago
Aaron Curtis fc79a06b9f LogAnalyzer: Fix indent which I broke when merging. 11 years ago
Aaron Curtis 9dbfa40afd LogAnalyzer: LogAnalyzer: make all subclasses of Test call their parent __init()__ function when overriding that function. This is the way of Python. 11 years ago
Aaron Curtis f0cf612372 LogAnalyzer: Fix scoping in LogAnalyzer.py . Tests still need fixing. 11 years ago
Aaron Curtis 842f5d20c4 LogAnalyzer: Fix scoping in DataflashLog.py so that multiple instances of DataflashLog can coexist. 11 years ago
Robert Lefebvre 789b1018fc AP_MotorsHeli: Change set_delta_phase_angle so that it forces recalculation of collective factors. 11 years ago
Robert Lefebvre fd542e99d8 AP_MotorsHeli: Create Delta Phase Angle variable and method to set. Will be used by CCComp code. 11 years ago
Robert Lefebvre 4b5167e529 TradHeli: Change behavior of Acro and Stabilize modes when disarmed. Servos should move realistically for testing when disarmed. 11 years ago
Robert Lefebvre 5b13b2b3da TradHeli: Stabilize mode should use get_pilot_desired_collective, not get_pilot_desired_throttle. 11 years ago
Robert Lefebvre 032f321348 TradHeli: Acro mode uses full collective range. 11 years ago
Robert Lefebvre c7ccd22d96 TradHeli: Set main loop rate time in motors class. 11 years ago
Robert Lefebvre 0680b88abd AP_MotorsHeli: Add main loop rate time variable and method. Change RSC increment calc to account for loop rate time. 11 years ago
Robert Lefebvre 7ef4c11c92 TradHeli: Initialize Rate FF filters. 11 years ago
Robert Lefebvre 26be7aed97 AC_AttControl_Heli: Add LPF filter to Rate Feedforward terms 11 years ago
Robert Lefebvre 8eb557d1e0 TradHeli: Add Heli.h file 11 years ago
Robert Lefebvre 1f422c86c1 Arducopter: Add independent rate roll and pitch P, I, D tuning options. Add rate feedforward tuning options for tradheli. 11 years ago
Robert Lefebvre fa9d625e39 AC_HELI_PID: Add feedforward accessor functions. 11 years ago
Robert Lefebvre 979abb9fbd TradHeli: Cause DDVP Tail Motor to stop immediately when Ch8 is 0. 11 years ago
Robert Lefebvre 08e135151a TradHeli: Add Mode Filter on RC8 input for RSC Controller. 11 years ago
Robert Lefebvre ff71b0fa35 TradHeli: Create new function to move data between AP_MotorsHeli and AP_AttitudeControl. 11 years ago
Robert Lefebvre 1aa3961151 Arducopter: Improve comments for scheduler. Add timing table for AVR processors. 11 years ago
Jonathan Challinger c07ded9a79 Copter: Don't use land detector to stop stabilizing in stabilize 11 years ago
Andrew Tridgell 5230684bad build: disable some compiler errors for now 11 years ago
Andrew Tridgell b2bc098aee HAL_PX4: avoid some float conversion warnings 11 years ago
Andrew Tridgell e137bf26ef HAL_Empty: avoid some float conversion warnings 11 years ago
Andrew Tridgell 59de5a8465 AP_GPS: avoid some float conversion warnings 11 years ago
Andrew Tridgell 74c3b404ee AP_Baro: avoid some float conversion warnings 11 years ago
Andrew Tridgell 6b87c9fdf7 AP_Airspeed: avoid some float conversion warnings 11 years ago
Andrew Tridgell f28946defb AP_ADC_AnalogSource: avoid some float conversion warnings 11 years ago
Andrew Tridgell 198ada2b42 APM_Control: avoid some float conversion warnings 11 years ago
Andrew Tridgell 3390224491 Plane: avoid some float conversion warnings 11 years ago
Andrew Tridgell baa0217bec AP_RangeFinder: trigger a new reading automatically 11 years ago
Andrew Tridgell 6416a4d0e6 Copter: fixed apm1-hil build 11 years ago
Andrew Tridgell f6d9bc5d7e AP_RangeFinder: fixed detection of multiple types 11 years ago
Andrew Tridgell 7ceb14bec0 HAL_Empty: make I2C ops fail 11 years ago