Andrew Tridgell
be1b50d6e2
Plane: support auto trim for separate elevon and vtail channels
...
this supports SERVO_AUTO_TRIM=1 for elevons and vtails setup using the
new separate functions
8 years ago
Andrew Tridgell
b4ffcfa6bd
Plane: added support for elevon and vtail servo functions
...
these make trimming and limiting servo movement easier
8 years ago
Andrew Tridgell
61fbaf0db7
SRV_Channel: added elevon and vtail functions
...
these allow for trimming and limit setting per channel, plus allow for
more than one set of elevon or vtail
8 years ago
Michael du Breuil
d91f89d24b
AP_GPS: Remove stale ublox config files
...
These configurations no longer (and haven't for quite awhile) matched the
desired command set or baud rates, loading them will still require the GPS
driver to tweak settings, or have AUTO_CONFIG turned off, which is a less
safe configuration.
8 years ago
Peter Barker
1ba59b446c
AP_GPS: log ublox sw and hw versions on dataflash log start
...
This burns 41 bytes of RAM for each u-Blox GPS.
8 years ago
Peter Barker
b7baca8d43
AP_GPS: move GPS type announcements into backend
...
See #4584
8 years ago
Peter Barker
b7fe410b52
Sub: log GPS detection state to DF on log startup
8 years ago
Peter Barker
269c6c2fd9
Tracker: log GPS detection state to DF on log startup
8 years ago
Peter Barker
d0f2e7bf3a
Rover: log GPS detection state to DF on log startup
8 years ago
Peter Barker
b5b8620d04
Plane: log GPS detection state to DF on log startup
8 years ago
Peter Barker
afbdbcce26
Copter: log GPS detection state to DF on log startup
8 years ago
Peter Barker
c46ea73426
AP_GPS: rename QURTGPS to QURT
8 years ago
Peter Barker
2354a0ec5a
AP_GPS: ability to log GPS detection state to dataflash
8 years ago
Peter Barker
94a5e94ec9
AP_GPS: canonicalise statustext messages
...
Use "GPS %d" prefix, where %d is instance+1, to correspond
with parameters
8 years ago
Peter Barker
4334a92ac9
AP_GPS: remove unimplemented method declarations
8 years ago
Peter Barker
608d6d0a5f
DataFlash: implement a printf-like Log_Write_MessageF method
8 years ago
Andrew Tridgell
385d1c1951
waf: cope with spaces in directory name in mavgen
8 years ago
Lucas De Marchi
cacfc4cb2f
Tools: set mavlink log backend for Intel Aero RTF
8 years ago
karthik.desai
afc382c342
Copter: moved beacon logging to dataflash
8 years ago
karthik.desai
28a6ca7d75
Dataflash: add AP_Beacon logging
8 years ago
Randy Mackay
8f43b60247
Copter: set EKF origin from first do-set-home command
8 years ago
Randy Mackay
b255c7b370
AP_NavEKF: add setOrigin
8 years ago
Randy Mackay
0af9433c8e
AP_AHRS: add set_origin
8 years ago
Jacob Walser
96f503d9d1
AP_Baro: Fix GND_EXT_BUS @Values formatting
8 years ago
Michael du Breuil
e0d49e6d84
AP_BattMonitor: Use a unified SMBus temperature interface
8 years ago
Michael du Breuil
9c3b97347a
AP_BattMonitor: Unify read_word interface
8 years ago
Michael du Breuil
3319c3ccdc
AP_BattMonitor: Use a common PEC helper
8 years ago
Randy Mackay
35a965ebc5
AC_Avoidance: add configurable margin
...
vehicle will attempt to stop MARGIN meters from objects in GPS modes
8 years ago
Randy Mackay
3348ab4fa8
Copter: send upward DISTANCE_SENSOR message to GCS
8 years ago
Randy Mackay
496e8f3cdb
Copter: integrate proximity method rename
8 years ago
Randy Mackay
3ad5c3775e
AP_Proximity: rename get_distances to get_horizontal_distances
...
Also fix existing bug in return
8 years ago
Randy Mackay
09e3d6b7f0
AP_Proximity_MAV: healthy if either horiz or vert positions received
8 years ago
Randy Mackay
3df5484a39
Tools: update intel aero default params
...
Increase expected barometer noise, reduce roll gains
8 years ago
Randy Mackay
56281f9c79
Tools: update intel aero default params
8 years ago
Tom Pittenger
58ad4dfc0d
README: update project details
...
MdB's duties from "uBlox GPS" to "GPS"
add sub project and Jacob Walser as maintainer
8 years ago
David Ingraham
25bd57e85b
Fix broken links in README
8 years ago
Pierre Kancir
327ac07d54
AP_HAL_SITL: gps correct glitchs
8 years ago
Florent Martel
949aa4d9ca
AP_Frsky_Telem: replace VDOP with extra GPS status bits
...
This removes VDOP (not really that useful) and replaces two of those
bits with GPS status info that now allows to differentiate between 3D
fix, DGPS, RTK Float, and RTK Fixed. This is written to maximize
backwards compatibility (by not shifting any other bits of the
gps_status variable)
8 years ago
Jacob Walser
2c22a17f85
Sub: version to 3.6-dev
8 years ago
Eugene Shamaev
fb8f4f8cd1
AP_UAVCAN: ESC numbering correction
8 years ago
Michael du Breuil
a96772e46e
AP_BattMonitor: get Solo battery voltage from sum of cell voltages
...
Minimizes the number of transactions on the bus, and reduces the amount of noise we have to consider
8 years ago
Michael du Breuil
3b6d348241
DataFlash: Log battery temperature and cell voltages
8 years ago
Michael du Breuil
341ac701d1
GCS_MAVLink: report temperature information to the battery status report
8 years ago
Michael du Breuil
9cb0d8f99b
GCS_MAVlink: Add battery cell backend
8 years ago
Michael du Breuil
8f24d211ce
AP_BattMonitor: Solo add support for temperature and cells
...
Also fixs a buffer overflow when reading the ManufacturerData
8 years ago
Michael du Breuil
043b93d643
AP_BattMonitor: Maxell support temperature
8 years ago
Michael du Breuil
de02bd52ed
AP_BattMonitor: SMBus_Maxell request voltages
8 years ago
Michael du Breuil
121ebebfef
AP_BattMonitor: Add temperature interface
8 years ago
Michael du Breuil
e39ae6d48c
AP_BattMonitor: Add cell monitoring
8 years ago
Andrew Tridgell
c8d6311047
waf: added -Werror=switch
...
match the stm32 build, so errors are found in SITL
8 years ago