Michael du Breuil
|
8fbec1cfa3
|
Replay: Support GCS_MAVLink changes
|
7 years ago |
Michael du Breuil
|
a108ae8f1e
|
AntennaTracker: Support new battery failsafes
|
7 years ago |
Michael du Breuil
|
b761a57da3
|
Rover: Support new battery interface
|
7 years ago |
Michael du Breuil
|
6ebe954d51
|
Sub: Support new battery failsafes
|
7 years ago |
Michael du Breuil
|
291531e056
|
Copter: Support new battery failsafes
|
7 years ago |
Michael du Breuil
|
7405bb7b85
|
Plane: Support new battery failsafes
|
7 years ago |
Michael du Breuil
|
3f581d0479
|
AP_Frsky_Telem: Remove unneeded battery failsafe parameters
|
7 years ago |
Michael du Breuil
|
4a11093ebb
|
AP_BattMonitor: Support critical and low battery failsafes
Also removes the example script, as it was broken, and causing more
headaches then it was worth
|
7 years ago |
Michael du Breuil
|
98e327640d
|
AP_Motors: Use battery singleton
|
7 years ago |
Michael du Breuil
|
c66d15efd7
|
AP_Compass: Read current for compensation from the battery singleton
|
7 years ago |
Michael du Breuil
|
97fce557f5
|
GCS_MAVLink: Support AFS changes
|
7 years ago |
Michael du Breuil
|
dab13f0e34
|
AP_AdvancedFailsafe: Allow GCS teriminate to supply a reason cause
|
7 years ago |
priseborough
|
12fd19ea26
|
AP_NavEKF2: Clarify definition for gps_glitching flag
|
7 years ago |
priseborough
|
5785523a0d
|
AP_NavEKF3: Clarify definition for gps_glitching flag
|
7 years ago |
priseborough
|
d600a96809
|
AP_Notify: Clarify definition for gps_glitching flag
|
7 years ago |
priseborough
|
4b00f399b4
|
Copter: Clarify definition for gps_glitching flag
|
7 years ago |
priseborough
|
6a91b294b4
|
AP_NavEKF: Clarify definition for gps_glitching flag
|
7 years ago |
Peter Barker
|
08189e0754
|
SITL: add parameter for Vicon observation delay
|
7 years ago |
Peter Barker
|
dfcf4788d3
|
SITL: add vicon-over-mavlink support
|
7 years ago |
Peter Barker
|
85b41a8abb
|
AP_HAL_SITL: add vicon-over-mavlink support
|
7 years ago |
Peter Barker
|
1151d76345
|
AP_HAL_SITL: sim: namespace for specifying SITL devices from cmdline
|
7 years ago |
Peter Barker
|
a5a36c04d1
|
GCS_MAVLink: feed vision position data into AHRS
|
7 years ago |
Paul Riseborough
|
c680b931dc
|
AP_NavEKF2: Enable fusion of external nav position data
|
7 years ago |
Peter Barker
|
aae4ed2553
|
AP_AHRS_NavEKF: accept external position estimates into AHRS
|
7 years ago |
Peter Barker
|
20412dc0db
|
AP_AHRS: accept external position estimates into AHRS
|
7 years ago |
Peter Barker
|
0d77cfb6c3
|
SITL: method to return current vehicle location
|
7 years ago |
Peter Barker
|
c343a286c5
|
AP_Math: quaternion: add contructor from float[4]
|
7 years ago |
LinJieqiang
|
8a36f05c98
|
Clean:remove the eclipse temple files.
|
7 years ago |
Randy Mackay
|
b2eeceb82d
|
AP_RSSI: add PH2 ADC to ANA_PIN param values
|
7 years ago |
bnsgeyer
|
690e8fd3f4
|
AP_Motors: TradHeli - Changed RSC mode 3 to a spline fit throttle curve
|
7 years ago |
bnsgeyer
|
600e0dac92
|
AP_Math: added support for cubic spline interpolation
|
7 years ago |
Peter Barker
|
ca907a5078
|
AP_Notify: correct parameter documentation
This is causing parameter parsing to fail at the moment
|
7 years ago |
Peter Barker
|
dca866c98d
|
Tools: make parameter generation failure clearer
|
7 years ago |
Peter Barker
|
f8d5fe96d8
|
Copter: allow DataFlash to handle log sending
|
7 years ago |
Peter Barker
|
4b12fab5f5
|
Sub: allow DataFlash to handle log sending
|
7 years ago |
Peter Barker
|
8a75a804e7
|
Plane: allow DataFlash to handle log sending
|
7 years ago |
Peter Barker
|
5f4838f3f2
|
Tracker: allow DataFlash to handle log sending
|
7 years ago |
Peter Barker
|
57ed822db0
|
Rover: allow DataFlash to handle log sending
|
7 years ago |
Peter Barker
|
96d7eb6bed
|
DataFlash: handle log sending as part of periodic function
|
7 years ago |
Luis Vale Gonçalves
|
3b3341f23d
|
ReadMe: Updated TradHeli Maintainers
Updated TradHeli Maintainers
|
7 years ago |
Andrew Tridgell
|
c311599e0a
|
HAL_ChibiOS: make DEFAULT_PARAMETERS relative to source root
|
7 years ago |
Andrew Tridgell
|
98ab1c13db
|
Tools: fixed call to apj_tool in skyviper build
|
7 years ago |
ChristopherOlson
|
c39a802655
|
SRV_Channel:Servo Library - set allowable min value to 500 pwm uS
Mostly for helicopter and airplane that may be using 760uS centered servos
|
7 years ago |
kozinalexey
|
5df2b1a3ac
|
chibios hal config for F4BY
|
7 years ago |
Peter Barker
|
cafa5382e9
|
Tools: Revert "Tools: autotest: use custom gcc for ChibiOS builds"
This reverts commit 78a3e1d07a .
Apparently we can release with the existing compilers, it builds and
flies just fine
|
7 years ago |
Andrew Tridgell
|
97565ef97f
|
Tools: added F412 bootloader
|
7 years ago |
Bruno Camba
|
7b50517232
|
Copter: Moved commands_logic to mode_auto
Moved methods from commands_logic.cpp to
the mode_auto.cpp. Method order is
the same as declared in mode.h
|
7 years ago |
Dr.-Ing. Amilcar do Carmo Lucas
|
580143d404
|
Copter: Add whitespaces to increase readability and consistency (NFC)
|
7 years ago |
Dr.-Ing. Amilcar do Carmo Lucas
|
58480435bb
|
Copter: Add missing parameter units (NFC)
|
7 years ago |
Peter Barker
|
fcc414c9d6
|
mk: include AP_VisualOdom in all vehicle builds
|
7 years ago |