Peter Barker
|
0bbe049477
|
GCS_MAVLink: assert max length of statustexts we send to the GCS
|
2019-07-22 23:05:15 -07:00 |
Siddharth Purohit
|
db9f7c3dd5
|
AP_NavEKF3: do logging for 3rd EKF core
|
2019-07-23 12:34:38 +10:00 |
Siddharth Purohit
|
1527a5b97c
|
AP_NavEKF2: do logging for 3rd EKF core
|
2019-07-23 12:34:38 +10:00 |
Siddharth Purohit
|
359dd3f71c
|
AP_Logger: add logging for 3rd instance of EKF core
|
2019-07-23 12:34:38 +10:00 |
Michael du Breuil
|
6caa700c09
|
AP_Scripting: Add literal support to the binding layer
|
2019-07-23 10:05:29 +09:00 |
Michael du Breuil
|
5d3cfcb59c
|
AP_Arming: Add scripting method
|
2019-07-23 10:05:29 +09:00 |
Tom Pittenger
|
692bf1c931
|
Rover: null check for unconfigured RCMAP_YAW which is not use don all vehicle types
|
2019-07-23 09:39:02 +10:00 |
Michael du Breuil
|
c6f884221e
|
Plane: Fix parameter description on values to not use the delimiter character
|
2019-07-23 09:29:48 +10:00 |
Michael du Breuil
|
3b8ecc182c
|
AP_RCMapper: Fix sub only documentation on channels
|
2019-07-23 09:29:48 +10:00 |
Michael du Breuil
|
fbc719c113
|
Tools: Run parameter emitters
|
2019-07-23 09:29:48 +10:00 |
Michael du Breuil
|
bd8d63dd3f
|
Tools: Add edn_format to CI
|
2019-07-23 09:29:48 +10:00 |
Randy Mackay
|
eed19a9262
|
Copter: 3.6.10-rc2 release notes
|
2019-07-22 18:19:41 +09:00 |
Randy Mackay
|
eb433508f1
|
Copter: esc cal startup check moved outside rc output init
this ensures we don't accidentally enter esc calibration during motor test
|
2019-07-22 14:53:36 +09:00 |
Michael du Breuil
|
f79a3100d0
|
AP_Scripting: Add arming call, improve range check casting
|
2019-07-22 14:32:54 +09:00 |
Mirko Denecke
|
bb7f80b452
|
AP_HAL_Linux: UARTDriver remove unused field and tabs
|
2019-07-21 21:52:42 -07:00 |
Mirko Denecke
|
633eb11bfd
|
AP_RCProtocol: IBUS remove unused field
|
2019-07-22 09:12:57 +09:00 |
Leonard Hall
|
c56acb49d6
|
Copter: Add missing Loiter initialisation lines.
This command is missing to define the desired acceleration that loiter will initalise to.
loiter_nav->clear_pilot_desired_acceleration();
|
2019-07-20 16:40:51 +09:00 |
Peter Barker
|
ecb8a2ee24
|
Tools: move openocd to use stlink-v2
|
2019-07-20 14:43:27 +10:00 |
Andrew Tridgell
|
c173f8e24d
|
AP_Airspeed: support both 5inH2O and 10inH2O versions of DLVR sensor
useful for faster aircraft
|
2019-07-19 21:39:30 -07:00 |
vierfuffzig
|
d1f80a841f
|
AP_OSD_Screen: fix param descriptions
|
2019-07-20 14:23:55 +10:00 |
Randy Mackay
|
e45db32957
|
AP_Scripting: add AP_arming binding
|
2019-07-19 19:44:13 -07:00 |
Peter Hall
|
c128c80d56
|
Tracker: add disarmed pwm param
|
2019-07-19 21:12:36 +09:00 |
Andrew Tridgell
|
7b31ae10c0
|
ChibiOS: fixed typo in I2C change
|
2019-07-19 20:47:12 +10:00 |
Andrew Tridgell
|
58b739db18
|
GCS_MAVLink: allow non-register device access with devop
useful for i2c devices such as LW20 lidar
|
2019-07-19 17:05:23 +10:00 |
Andrew Tridgell
|
75c5d6e1bf
|
ChibiOS: fixed unexpected i2c interrupt in STOP state
|
2019-07-19 17:04:52 +10:00 |
Andrew Tridgell
|
e57228646e
|
HAL_ChibiOS: added unused CS pins for fmuv5
these are needed to ensure SPI works correctly if the unused pins are
later attached to a device
|
2019-07-19 16:58:10 +10:00 |
Andrew Tridgell
|
c5c96c76ee
|
AP_HAL: added logging of hardware fault information in watchdog
this may help trackdown software bugs that trigger hard faults
|
2019-07-19 16:02:41 +10:00 |
Andrew Tridgell
|
12dd33ac2b
|
HAL_ChibiOS: added logging of hardware fault information in watchdog
this may help trackdown software bugs that trigger hard faults
|
2019-07-19 16:02:41 +10:00 |
Josh Prochaska
|
6440069e7c
|
SITL: include replace.h for AirSim to fix missing memrchr() on MacOS
|
2019-07-19 15:43:39 +10:00 |
Michael du Breuil
|
0054544bd3
|
AP_Scripting: Add support for enums to be passed through
|
2019-07-19 09:34:05 +09:00 |
Michael du Breuil
|
6e7367b86f
|
AP_Scripting: Reduce lua stack usage
|
2019-07-19 09:34:05 +09:00 |
Amilcar Lucas
|
80bf2d6192
|
Tools: FilterTestTool - add missing information
|
2019-07-19 09:21:15 +09:00 |
misswhile
|
15a326bade
|
Copter: fixed can't enter esc calibration by RC.
|
2019-07-18 16:54:16 +09:00 |
Peter Barker
|
9d6df7d542
|
Valgrind: add supressions file and .valgrindrc using it
|
2019-07-18 16:49:11 +10:00 |
Randy Mackay
|
10da6d553c
|
Copter: improve OctaV roll factors
|
2019-07-18 11:19:28 +09:00 |
Leonard Hall
|
0e34d8b1ff
|
Copter: PosHold fix for low brake_rate
|
2019-07-18 11:13:51 +09:00 |
Peter Barker
|
93ca243987
|
GCS_MAVLink: rearrange mission item handling code
This splits the missionitemprotocol handling entirely into separate
header files and separate compilation units.
|
2019-07-18 10:48:57 +09:00 |
Randy Mackay
|
b7a748df88
|
Copter: auto's wp_start accepts terrain alts
|
2019-07-18 09:01:09 +09:00 |
Henry Wurzburg
|
ee079a50dc
|
OSD: fixes missing param def for SATS_EN and typos
|
2019-07-18 08:51:44 +10:00 |
Justin
|
f3634450d7
|
Sub: Enforce configuration of a disarm button
|
2019-07-17 12:44:41 -04:00 |
Peter Barker
|
210c2070a1
|
GCS_MAVLink: remove include of AP_Param.h in GCS_MAVLink.h
This will help break include loops.
|
2019-07-17 18:05:29 +10:00 |
Peter Barker
|
392a174e2e
|
Tools: scripts: dumpstack: do not run any gdbinit scripts
Often these scripts look for hardware dongles that may not exist
|
2019-07-17 14:04:41 +10:00 |
Leonard Hall
|
78be1067a8
|
AC_AttitudeControl: Alt Hold init bug
|
2019-07-17 09:09:25 +09:00 |
Henry Wurzburg
|
deb3d6d8c3
|
OSD: Add panel parameter descriptions
|
2019-07-17 09:42:49 +10:00 |
Rajat Singhal
|
825c027f95
|
SITL: Added initial Airsim QuadX parameter file
|
2019-07-17 07:26:50 +10:00 |
Rajat Singhal
|
864f99f247
|
SITL: Added Readme for Airsim setup & usage
|
2019-07-17 07:26:50 +10:00 |
Rajat Singhal
|
ffdf520a01
|
autotest: enable airsim SITL backend
|
2019-07-17 07:26:50 +10:00 |
Rajat Singhal
|
4d1f4f3386
|
HAL_SITL: enable airsim SITL backend
|
2019-07-17 07:26:50 +10:00 |
Rajat Singhal
|
ffbfdbf1df
|
SITL: Added support for Airsim simulator
Supports Lock-Step Scheduling, has JSON sensor packet parsing
|
2019-07-17 07:26:50 +10:00 |
Pierre Kancir
|
147a678569
|
ArduSub: pass mavlink_message_t by const reference
|
2019-07-16 20:51:42 +10:00 |