Randy Mackay
|
8cdfac8fcd
|
Copter: remove baro and pilot thr from crash checks
Add acceleration < 3m/s/s check
Run crash and parachute checks at 400hz
|
2015-06-19 15:46:10 +09:00 |
Randy Mackay
|
e9829e0d82
|
Copter: remove unused landing detector definitions
Also separate from land mode definitions
|
2015-06-19 15:46:09 +09:00 |
Andrew Tridgell
|
322a61635f
|
SITL: allow extra arguments to be passed to last_letter
|
2015-06-19 16:39:46 +10:00 |
Andrew Tridgell
|
7e23912d17
|
autotest: added -b option for build target to sim_vehicle.sh
|
2015-06-19 16:39:45 +10:00 |
Robert Lefebvre
|
ee6508d5a7
|
Copter: Event Log rotor speed going below critical
|
2015-06-19 15:10:54 +09:00 |
Robert Lefebvre
|
0c92565d23
|
AP_MotorsHeli: add Critical Rotor Speed param, use to switch off runup_complete
|
2015-06-19 15:10:53 +09:00 |
Robert Lefebvre
|
62079226ff
|
Copter: add Heli Dataflash message
|
2015-06-19 15:10:52 +09:00 |
Robert Lefebvre
|
3ad6700c5d
|
AP_MotorsHeli: add getters for rotor speed
|
2015-06-19 15:10:51 +09:00 |
Robert Lefebvre
|
8b917b82ee
|
AP_MotorsHeli: Simplify set_desired_rotor_speed function definition
|
2015-06-19 15:10:50 +09:00 |
Robert Lefebvre
|
3e2e0d07a4
|
Copter: THO Check Rotor Speed before declaring not landed.
|
2015-06-19 15:10:49 +09:00 |
Robert Lefebvre
|
c6281c772d
|
Copter: add rotor_runup_complete Event Logging
|
2015-06-19 15:10:48 +09:00 |
Robert Lefebvre
|
79e8c8f7f7
|
AP_MotorsHeli: whitespace fixes
|
2015-06-19 15:10:47 +09:00 |
Robert Lefebvre
|
ef80634435
|
Copter: auto_armed goes false for Heli when landed and motor shut off.
|
2015-06-19 15:10:46 +09:00 |
Grant Morphett
|
3da78052a1
|
Rover: Release 2.50!
|
2015-06-19 14:24:05 +10:00 |
Georacer
|
b375a8debf
|
SITL: Allows last_letter to start at the location specified by the SITL arguments
|
2015-06-19 12:49:29 +10:00 |
Lucas De Marchi
|
8426553609
|
Move maintainers to a section in README.md
Move to README.md so it gains visibility and add more maintainers for
each board.
|
2015-06-19 10:00:18 +10:00 |
Grant Morphett
|
a602173c45
|
Rover: added the PID logging for steering into the mavlink message.
Copter/Plane already have this PID logging in the mavlink stream to
the GCS and now Rover does too.
|
2015-06-19 09:55:19 +10:00 |
Grant Morphett
|
268afc9d5a
|
Rover: Added dataflash logging of the steering PID.
|
2015-06-19 09:55:19 +10:00 |
Leonard Hall
|
a87e06e6c2
|
Copter: Autotune Final Tweak
|
2015-06-18 23:07:10 +09:00 |
Leonard Hall
|
7745fb21a7
|
Copter: remove set_accel_roll_max
|
2015-06-18 23:07:08 +09:00 |
Leonard Hall
|
c8b522a064
|
Copter: AutoTune always backup gains regardless of which axis enabled
|
2015-06-18 23:07:02 +09:00 |
Leonard Hall
|
c1134c1639
|
Copter: AutoTune remove unused local variable
|
2015-06-18 23:06:59 +09:00 |
Leonard Hall
|
e8cc5d6312
|
Copter: Autotune aggressiveness tweeks
|
2015-06-18 23:06:56 +09:00 |
Leonard Hall
|
0b4d9b80e7
|
Copter: AutoTune increase max aggressiveness
|
2015-06-18 23:06:54 +09:00 |
Leonard Hall
|
fe0d069eab
|
Copter: Autotune log acceleration
|
2015-06-18 23:06:51 +09:00 |
Leonard Hall
|
b336ab4de7
|
Copter: Autotune remove logging of BAD_GAINS event
This should never happen so no need to log
|
2015-06-18 23:06:48 +09:00 |
Leonard Hall
|
7957d5fc19
|
Copter: Autotune use set_accel_roll, pitch, yaw
|
2015-06-18 23:06:45 +09:00 |
Leonard Hall
|
196f6cf1b7
|
Copter: AutoTune definition and comment changes
|
2015-06-18 23:06:43 +09:00 |
Leonard Hall
|
21cd73e877
|
Copter: AutoTune bug fix to save feedforward setting
|
2015-06-18 23:06:40 +09:00 |
Leonard Hall
|
773984b4ea
|
Copter: AutoTune record accel max values
|
2015-06-18 23:06:37 +09:00 |
Leonard Hall
|
cfc388934b
|
AC_AttControl: add set_accel_roll_max
Also equivalents for pitch and yaw
|
2015-06-18 23:06:33 +09:00 |
Grant Morphett
|
0645474b3b
|
autotest: Fixed the LOG_BITMASK for Rover in SITL.
|
2015-06-18 17:54:19 +10:00 |
Andrew Tridgell
|
20b63eff2e
|
PX4Firmware: submodule update
|
2015-06-18 17:39:09 +10:00 |
Dario Lindo Andres
|
39c0879dac
|
Rover: added CLI_ENABLED parameter
Same parameter have been included with Copter and Plane, so Rover was
deprecated. Now we can decide on Rover if CLI is used or not with
Pixhawk/PX4.
|
2015-06-18 16:23:11 +09:00 |
mirkix
|
7c55689aad
|
AP_HAL_Linux: Fix loading Firmware
|
2015-06-18 10:13:49 +10:00 |
Andrew Tridgell
|
9e36e2c562
|
Replay: fixed handling of dual-GPS HDop field
|
2015-06-18 09:28:59 +10:00 |
Paul Riseborough
|
6ba8cd05ff
|
AP_NavEKF: Fix bug preventing GPS vertical velocity being used
This fixes a bug that prevents GPS velocity being used permanently if there is a temporary unavailability
|
2015-06-18 09:01:21 +10:00 |
mirkix
|
a1d478909a
|
AP_BattMonitor: Add Linux support for example
|
2015-06-18 09:00:01 +10:00 |
mirkix
|
d169fea9ec
|
AP_AHRS: Add Linux support for example
|
2015-06-18 08:59:16 +10:00 |
mirkix
|
588a16dec2
|
AP_InertialSensor: Add Linux support for VibTest example
|
2015-06-18 08:48:23 +10:00 |
Andy Piper
|
a8df968441
|
Fix vagrant build issues with submodules.
|
2015-06-18 08:47:32 +10:00 |
Andre Kjellstrup
|
19aa7caad0
|
GCS_Failsafe: option to trigger only in AUTO mode.
|
2015-06-18 07:52:43 +10:00 |
Andre Kjellstrup
|
39797529fd
|
GCS_Failsafe: defines for new failsafe option
|
2015-06-18 07:52:42 +10:00 |
Andre Kjellstrup
|
3e84132f6b
|
GCS_Failsafe: new parameter option
|
2015-06-18 07:52:42 +10:00 |
Andrew Tridgell
|
a7eadc3f8b
|
PX4NuttX: submodule update
|
2015-06-17 21:13:48 +10:00 |
Andrew Tridgell
|
032c89bde9
|
PX4Firmware: submodule update
|
2015-06-17 20:30:10 +10:00 |
Andrew Tridgell
|
de11b5394e
|
GCS_MAVLink: support NSH shell with SERIAL_CONTROL
|
2015-06-17 20:30:10 +10:00 |
Andrew Tridgell
|
a0594bd50e
|
GCS_MAVLink: regenerate headers
|
2015-06-17 20:30:10 +10:00 |
Andrew Tridgell
|
bdbe1a7553
|
GCS_MAVLink: added SERIAL_CONTROL_DEV_SHELL
|
2015-06-17 20:30:09 +10:00 |
Andrew Tridgell
|
d909f11ba3
|
HAL_PX4: added implementation of NSH shell stream
|
2015-06-17 20:30:09 +10:00 |