Peter Barker
608d6d0a5f
DataFlash: implement a printf-like Log_Write_MessageF method
2017-04-23 09:08:30 +10:00
Andrew Tridgell
385d1c1951
waf: cope with spaces in directory name in mavgen
2017-04-22 13:48:19 +10:00
Lucas De Marchi
cacfc4cb2f
Tools: set mavlink log backend for Intel Aero RTF
2017-04-22 10:58:26 +09:00
karthik.desai
afc382c342
Copter: moved beacon logging to dataflash
2017-04-22 10:55:08 +09:00
karthik.desai
28a6ca7d75
Dataflash: add AP_Beacon logging
2017-04-22 10:54:59 +09:00
Randy Mackay
8f43b60247
Copter: set EKF origin from first do-set-home command
2017-04-22 10:37:31 +09:00
Randy Mackay
b255c7b370
AP_NavEKF: add setOrigin
2017-04-22 10:37:31 +09:00
Randy Mackay
0af9433c8e
AP_AHRS: add set_origin
2017-04-22 10:37:31 +09:00
Jacob Walser
96f503d9d1
AP_Baro: Fix GND_EXT_BUS @Values formatting
2017-04-21 21:11:40 +01:00
Michael du Breuil
e0d49e6d84
AP_BattMonitor: Use a unified SMBus temperature interface
2017-04-21 00:38:41 +01:00
Michael du Breuil
9c3b97347a
AP_BattMonitor: Unify read_word interface
2017-04-21 00:38:41 +01:00
Michael du Breuil
3319c3ccdc
AP_BattMonitor: Use a common PEC helper
2017-04-21 00:38:41 +01:00
Randy Mackay
35a965ebc5
AC_Avoidance: add configurable margin
...
vehicle will attempt to stop MARGIN meters from objects in GPS modes
2017-04-20 18:11:43 +09:00
Randy Mackay
3348ab4fa8
Copter: send upward DISTANCE_SENSOR message to GCS
2017-04-20 18:11:43 +09:00
Randy Mackay
496e8f3cdb
Copter: integrate proximity method rename
2017-04-20 18:11:43 +09:00
Randy Mackay
3ad5c3775e
AP_Proximity: rename get_distances to get_horizontal_distances
...
Also fix existing bug in return
2017-04-20 18:11:43 +09:00
Randy Mackay
09e3d6b7f0
AP_Proximity_MAV: healthy if either horiz or vert positions received
2017-04-20 18:11:43 +09:00
Randy Mackay
3df5484a39
Tools: update intel aero default params
...
Increase expected barometer noise, reduce roll gains
2017-04-20 14:07:03 +09:00
Randy Mackay
56281f9c79
Tools: update intel aero default params
2017-04-20 10:58:11 +09:00
Tom Pittenger
58ad4dfc0d
README: update project details
...
MdB's duties from "uBlox GPS" to "GPS"
add sub project and Jacob Walser as maintainer
2017-04-19 13:36:39 -07:00
David Ingraham
25bd57e85b
Fix broken links in README
2017-04-19 13:24:36 -07:00
Pierre Kancir
327ac07d54
AP_HAL_SITL: gps correct glitchs
2017-04-19 17:44:29 +01:00
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)
2017-04-19 17:43:17 +01:00
Jacob Walser
2c22a17f85
Sub: version to 3.6-dev
2017-04-19 11:58:38 -04:00
Eugene Shamaev
fb8f4f8cd1
AP_UAVCAN: ESC numbering correction
2017-04-19 14:28:48 +01:00
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
2017-04-19 14:17:24 +01:00
Michael du Breuil
3b6d348241
DataFlash: Log battery temperature and cell voltages
2017-04-19 14:17:24 +01:00
Michael du Breuil
341ac701d1
GCS_MAVLink: report temperature information to the battery status report
2017-04-19 14:17:24 +01:00
Michael du Breuil
9cb0d8f99b
GCS_MAVlink: Add battery cell backend
2017-04-19 14:17:24 +01:00
Michael du Breuil
8f24d211ce
AP_BattMonitor: Solo add support for temperature and cells
...
Also fixs a buffer overflow when reading the ManufacturerData
2017-04-19 14:17:24 +01:00
Michael du Breuil
043b93d643
AP_BattMonitor: Maxell support temperature
2017-04-19 14:17:24 +01:00
Michael du Breuil
de02bd52ed
AP_BattMonitor: SMBus_Maxell request voltages
2017-04-19 14:17:24 +01:00
Michael du Breuil
121ebebfef
AP_BattMonitor: Add temperature interface
2017-04-19 14:17:24 +01:00
Michael du Breuil
e39ae6d48c
AP_BattMonitor: Add cell monitoring
2017-04-19 14:17:24 +01:00
Andrew Tridgell
c8d6311047
waf: added -Werror=switch
...
match the stm32 build, so errors are found in SITL
2017-04-19 20:48:42 +10:00
Andrew Tridgell
0cfc6f8e0f
Sub: ignore MSG_AOA_SSA
2017-04-19 20:48:42 +10:00
Andrew Tridgell
1a8669201e
Copter: ignore MSG_AOA_SSA
2017-04-19 20:48:42 +10:00
Andrew Tridgell
7cc1009dab
Rover: ignore MSG_AOA_SSA
2017-04-19 20:48:42 +10:00
Andrew Tridgell
03430c98d1
AntennaTracker: ignore MSG_AOA_SSA
2017-04-19 20:48:42 +10:00
Eugene Shamaev
c9f413da38
GCS_MAVLink: AOA, SSA message
2017-04-19 20:48:42 +10:00
Eugene Shamaev
a144e79a50
DataFlash: logging of AOA and SSA
2017-04-19 20:48:42 +10:00
Eugene Shamaev
5c080ce875
AP_AHRS: calculation and reporting of AOA and SSA
2017-04-19 20:48:42 +10:00
Eugene Shamaev
ca84ab36be
Plane: AOA and SSA estimations are added to parameters and data logs
2017-04-19 20:48:42 +10:00
Reza Farrahi M
aa0de36b2e
Tools: fix wxpython package name on Arch
2017-04-19 02:18:30 -07:00
Andrew Tridgell
3bbdb64ec0
mavlink: submodule update
...
AOA support
2017-04-19 19:13:34 +10:00
Lucas De Marchi
915f10dc8a
AP_HAL: SPIDevice: prefer nullptr for pointer
2017-04-19 01:36:58 -07:00
Vinicius Juvinski
c3d5aaa21c
AP_Notify: add AP_BoardLED support for BBBMini
2017-04-19 01:33:50 -07:00
Vinicius Juvinski
203073e543
AP_HAL: add LEDs for BBBMini
...
Use pins P8.9, P8.10 and P8.11
2017-04-19 01:33:35 -07:00
Lucas De Marchi
875538ccb5
AP_HAL_Linux: examples: small fixes to BusTest
...
- Fix char allocation
- Fix coding style
- Fix accessing dev->bus_type(): it's a function
2017-04-19 01:13:40 -07:00
hiro2233
0d1d430600
AP_HAL_Linux:examples: Example to test device bus with the new APM API.
2017-04-19 01:05:12 -07:00