Eugene Shamaev
b3d9126407
AP_Compass: removal of legacy UAVCAN support
8 years ago
Eugene Shamaev
8130d85b42
AP_GPS: removal of legacy UAVCAN support
8 years ago
Andrew Tridgell
92f060bdef
SITL: improved single-motor tailsitter plane
...
give larger control surfaces and take account of thrust airflow over
control surfaces
8 years ago
Andrew Tridgell
6b6ad6ddf2
AP_AHRS: fixed wrap of yaw in AHRS_View
8 years ago
Andrew Tridgell
5758532326
AP_AHRS: make AHRS2 quaternion available
8 years ago
Andrew Tridgell
961da9deb8
HAL_SITL: use quaterion instead of eulers
8 years ago
Andrew Tridgell
4de0daa7a1
SITL: make quaternion state available outside SITL
8 years ago
Andrew Tridgell
e440d22003
DataFlash: log DCM and SITL quaternion too
8 years ago
Andrew Tridgell
732915d417
DataFlash: log quaternions for EKF
...
useful for tailsitters
8 years ago
Andrew Tridgell
248773a7c8
AP_NavEKF3: allow access to quaternion for each instance
8 years ago
Andrew Tridgell
9f3c2cb704
AP_NavEKF2: allow access to quaternion for each instance
8 years ago
Andrew Tridgell
6f54eef857
AP_Motors: force roll motors to 0 in tailsitter when disarmed
8 years ago
Andrew Tridgell
7992a21f6f
AP_IRLock: added override keyword
8 years ago
Andrew Tridgell
5d4400f1b7
AC_PrecLand: added BUS parameter for precision landing
...
allow selection of i2c bus for irlock
8 years ago
Andrew Tridgell
2eb363a950
AP_IRLock: allow specification of i2c bus
8 years ago
Pierre Kancir
a6fe6024c1
StorageManager: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
90661c528a
RC_Channel: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
720edc0fde
PID: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
b2c8bc8074
GCS_MAVLink: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
892a999ba5
Filter: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
49c9e3c768
Dataflash: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
4a2b90b707
AP_Rangefinder: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
09364085ed
AP_RPM: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
7abd22a33e
AP_Parachute: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
45ca91808d
AP_OpticalFlow: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
2f50e865c2
AP_Notify: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
0be022694a
AP_Mount: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
f2812c1efd
AP_Math: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
a2eeab4db7
AP_HAL_PX4: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
8d357983ee
AP_HAL_LINUX: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
34199b4af0
AP_HAL: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
292fa5f413
AP_GPS: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
7fb816c812
AP_Declination: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
d3e27d8720
AP_Compass: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
2200302081
AP_Common: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
3f4a3e535b
AP_Airspeed: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
fede727d38
AP_AHRS: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
320c5e1b96
AC_PID: example fix travis warning
...
missing function declaration
implicit cast
some style fix
8 years ago
Pierre Kancir
9c587d8d67
AP_BattMonitor: fix warning in example
8 years ago
Andre Kjellstrup
94eabed583
AP_BattMonitor: update volt and curr pin param descriptions
8 years ago
Tom Pittenger
1abeb03d2b
AP_Math: remove HAL_CPU_CLASS_16
8 years ago
Tom Pittenger
1e84e07edc
AP_HAL: remove HAL_CPU_CLASS_16
8 years ago
Lucas De Marchi
1adf247a60
AP_BoardConfig: fix board type number for aerofc
...
Types 7-12 are being used by vrbrain boards. Even if they are inside
another ifdef, they can't be the same because it's used by the BRD_TYPE
parameter. Use 13 for aerofc since it was already the one being used in
the parameter description.
Thanks to Michael du Breuil for noticing it.
8 years ago
Peter Barker
8bb051af44
DataFlash: DataFlash_MAVLink: add comment concerning locking
8 years ago
Peter Barker
ac34405272
DataFlash: DataFlash_MAVLink: avoid races by taking semaphore
8 years ago
Peter Barker
9e436ec35c
DataFlash: correct visibility
8 years ago
Peter Barker
25930e5bf3
DataFlash: remove unused DataFlash_MAVLink method
8 years ago
Michael du Breuil
1e816b8be5
GCS_MAVLink: Support sending the BATTERY_STATUS message
8 years ago
Andrew Tridgell
3080f66d16
GCS_MAVLink: fixes for updated mavlink
8 years ago
Grant Morphett
792bf70c40
RangeFinder: Fixed the value labels for LidarLite
...
LidarLiteV2 ---> LidarLiteV2-I2C
LidarLiteV3 ---> LidarLiteV3-I2C
8 years ago