Dr.-Ing. Amilcar Do Carmo Lucas
|
2243d900d5
|
AP_Gripper: Add missing parameter units
|
2017-01-16 19:07:26 +00:00 |
|
Julien Beraud
|
0d4ca03dcd
|
AP_HAL_Linux: init SPIDevice speed by default
Else a speed of 0 will be sent at each transfer.
Behaviour has changed when introducing SPIDevice
|
2017-01-16 10:23:47 -08:00 |
|
Randy Mackay
|
6aeef76768
|
AP_Proximity: fix get_boundary_points in case of multiple sensors
|
2017-01-16 16:38:18 +09:00 |
|
Andrew Tridgell
|
8aa100d164
|
AP_Baro: fix for change to timer API
|
2017-01-14 12:54:37 +11:00 |
|
mirkix
|
4e06be38ac
|
AP_HAL: Add Bosch BMP280 driver
|
2017-01-14 12:52:07 +11:00 |
|
mirkix
|
1ce5e5360a
|
AP_Baro: Add Bosch BMP280 driver
|
2017-01-14 12:52:07 +11:00 |
|
Andrew Tridgell
|
58a0a6a2fc
|
AP_Compass: disable lis3mdl for now
pending investigation of possible hw error
|
2017-01-14 12:40:04 +11:00 |
|
Lucas De Marchi
|
5472bc4de1
|
Global: change Device::PeriodicCb signature
Remove bool return as it's never being used and not supported on PX4.
|
2017-01-14 10:03:54 +11:00 |
|
Pierre Kancir
|
5aa4bc4368
|
AP_Params: fix seg fault in debug function
otherwise at start, when loading paramter is could fail at AP_Param.cpp:611, Debug("scan past end of eeprom")"
|
2017-01-13 08:54:20 -08:00 |
|
murata
|
87c2dfd921
|
AP_Baro: Change to secure code, from magic number to sizeof value.
|
2017-01-12 13:56:18 -08:00 |
|
Andrew Tridgell
|
d005cbffd8
|
AP_Param: added convert_parent_class()
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
05e9462a9c
|
AP_Param: added CONVERT_FLAG_REVERSE and CONVERT_FLAG_FORCE
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
e248078401
|
SRV_Channel: added AP_Motors servo channel parameter upgrading
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
d430cd62a6
|
AP_Param: fixed loading defaults file after storage
make sure defaults don't override storage values
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
0c32178d07
|
AP_Param: added reload_defaults_file()
this allows defaults to be set for parameters in pointer objects
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
ccae8979c1
|
AC_PID: expose filt_hz as a AP_Float
this allows defaults to be overridden
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
2086b591a2
|
AC_PID: expose ff() method in AC_PID
this allows for an abstract AC_PID class to be used in
AC_AttitudeControl for both multicopter and heli
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
8e3bf71aa9
|
AP_Motors: allow single, tri and coax to be part of multicopter class
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
5cf1c0869d
|
AC_AttitudeControl: expose all functions via abstract class
this allows for a single class to be used for heli and multicopter
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
8799094278
|
AP_Motors: use SRV_Channel for tri tail servo
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
86e0b8a91f
|
SRV_Channel: added automatic parameter upgrade
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
77a7e7ca01
|
RC_Channel: give access to internals to SRV_Channel
needed for parameter upgrade
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
c133b515e0
|
AP_ServoRelayEvents: fixed trim bug
thanks to Buzz for noticing!
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
26f9a5569f
|
SRV_Channel: added tracker_yaw and tracker_pitch for antenna tracker channels
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
37c6bec902
|
HAL_QURT: fixed a bug in new_input()
same as for HAL_Linux
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
1bd9d0b7f9
|
HAL_PX4: cleanup whitespace
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
ea2e32c102
|
SRV_Channel: implement limit_slew_rate()
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
51864b23eb
|
SRV_Channel: cleanup header
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
b6aa4205b4
|
RC_Channel: cleanup API and comments a bit
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
929fbce2c2
|
AP_LandingGear: use new SRV_Channels API
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
b3d30cbd4b
|
AP_Gripper: use new SRV_Channels API
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
5817cc400c
|
AC_Sprayer: use new SRV_Channels API
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
1ac5776b8b
|
AC_Sprayer: adapt to new RC_Channel API
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
39ab1a0abc
|
SITL: adapt to new RC_Channel API
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
0942291e74
|
GCS_MAVLink: adapt to new RC_Channel API
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
ede66aae17
|
AP_Tuning: adapt to new RC_Channel API
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
f73f3bedda
|
AP_ServoRelayEvents: adapt to new RC_Channel API
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
7706741b9b
|
AP_Parachute: adapt to new RC_Channel API
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
4173432542
|
AP_Mount: adapt to new RC_Channel API
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
ee7b9a3f8e
|
AP_Camera: adapt to new RC_Channel API
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
638f1364be
|
AP_Motors: adapt to new RC_Channel API
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
04ce73d8d7
|
AP_ICEngine: adapt to new RC_Channel API
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
117974ef0f
|
HAL_SITL: obey enable mask for output channels
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
9dc7dbfa16
|
AP_AdvancedFailsafe: adapt to new RC_Channel API
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
fd081a8cc6
|
SRV_Channel: split SRV_Channel into separate directory
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
0791186cd2
|
RC_Channel: split SRV_Channel into separate directory
|
2017-01-12 17:39:37 +11:00 |
|
Andrew Tridgell
|
64aa13e7f4
|
RC_Channel: 2nd stage of SRV_Channels conversion
allow for 16 output channel objects
|
2017-01-12 17:39:37 +11:00 |
|
mirkix
|
62fabca19d
|
AP_InertialSensor: Enable I2C bypass for MPU9250 conntected via I2C to access internal AK8963
|
2017-01-11 21:44:24 -08:00 |
|
Pierre Kancir
|
ab9e88299f
|
AP_HAL_SITL: Scheduler remove unreachable code & minor fix
usleep wasn't reached since synthetic clock is always used
correct style
make constructor explicit
use c++ cast
|
2017-01-12 01:27:16 +00:00 |
|
Pierre Kancir
|
63b3618fc7
|
AP_HAL_SITL: RCOuput minor fix
correct style
make constructor explicit
use c++ cast
|
2017-01-12 01:20:06 +00:00 |
|