Commit Graph

47945 Commits

Author SHA1 Message Date
Peter Barker 05f5dcbed7 autotest: disable autotesting of tri frame as it is still busted 2021-07-04 08:19:10 +10:00
Peter Barker e27015f75e autotest: verify roll/pitch are not adversely affected by yaw inputs 2021-07-04 08:19:10 +10:00
Peter Barker 0564ba1870 autotest: ensure reasonable yawrate on takeoff in FlyEachFrame 2021-07-04 08:19:10 +10:00
Pierre Kancir ba4634a775 AP_Common: add more unitttests 2021-07-04 08:19:10 +10:00
Peter Barker a41e58c3f1 ArduCopter: tidy frame description strings
Before: AP: Frame: TRI/
After: AP: Frame: TRI
2021-07-04 08:19:10 +10:00
Peter Barker b7c2b56a66 AP_Motors: tidy frame description strings
Before: AP: Frame: TRI/
After: AP: Frame: TRI
2021-07-04 08:19:10 +10:00
Leonard Hall 32a174c453 AC_WPNav: AC_Loiter: Remove extra accel limit 2021-07-04 08:19:10 +10:00
Leonard Hall ab8f3c21ec AC_AttitudeControl: AC_PosControl: Remove extra accel limit 2021-07-04 08:19:10 +10:00
Peter Barker c432e032d8 autotest: add FlyEachFrame test for Plane 2021-07-04 08:19:10 +10:00
Peter Barker bf8f327938 SITL: increase servo_filter array size
used for plane-dspoiler frame
2021-07-04 08:19:10 +10:00
Peter Barker 15c39ecf69 SITL: panic if we attempt to filter out-of-range servo index 2021-07-04 08:19:10 +10:00
Peter Hall 1597ca9464 AP_Scripting: update 6DoF mixer example 2021-07-04 08:19:10 +10:00
Peter Hall 5a1fdf9f78 AC_AttitudeControl: add thrust vector methods to 6DoF multi 2021-07-04 08:19:10 +10:00
Pierre Kancir 72f06201f9 Tools: remove more CAN stuff from coverage statistics 2021-07-04 08:19:10 +10:00
Pierre Kancir c441cb4f61 .github: add SITL CAN periph to coverage test 2021-07-04 08:19:10 +10:00
Leonard Hall 0bdeda215f AP_Motors: correct expo parameter description and internal limits 2021-07-04 08:19:10 +10:00
Peter Barker b6e4c3899a mavlink: reference MAV_CMD_RUN_PREARM_CHECKS 2021-07-04 08:19:10 +10:00
Peter Barker 8d9d3ca437 GCS_MAVLink: add support for MAV_CMD_RUN_PREARM_CHECKS 2021-07-04 08:19:10 +10:00
Pierre Kancir 32bb616bb5 Tools: autotest.py: total flake8 compliance. 2021-07-04 08:19:10 +10:00
Pierre Kancir 25d3659cb1 Tools: autotest: correct exception handling on unit test run. 2021-07-04 08:19:10 +10:00
Pierre Kancir 6c3bae10ed AP_Common: add more unit tests 2021-07-04 08:19:10 +10:00
Peter Barker 4a08f1334a autotest: improve diagnostics around touchdown/takeoff expected tests
Also looks at last result as we don't appear to have a consistent number
in our tests
2021-07-04 08:19:10 +10:00
Randy Mackay a9717ea5ff AC_WPNav: move get_yaw lower in AC_WPNav.h
this is a non-functional change
2021-07-04 08:19:10 +10:00
Peter Barker 5afbb28948 mavlink: move forward to ardupilot/mavlink master 2021-07-04 08:19:10 +10:00
Peter Barker ec1cf2f3af autotest: let arming failure messages get spit out 2021-07-04 08:19:10 +10:00
Peter Barker f8646af2b1 Tools: add follow-copter.sh for SITL
Another copy of this script -  but this one doesn't need Morse or AirSim
2021-07-04 08:19:10 +10:00
Andy Piper f09b01c5ad AP_HAL_ChibiOS: add OREO support to CubeSolo.
add back RunCam and Spektrum support to MatekF405-Wing
remove gripper support from MatekF405-Wing
2021-07-04 08:19:10 +10:00
Andy Piper 69ef1e5058 AP_Notify: allow display and oreo leds to be disabled 2021-07-04 08:19:10 +10:00
Randy Mackay 9a2f52215e Copter: add configurable rangefinder filter 2021-07-04 08:19:10 +10:00
giacomo892 70a66ddad2 AP_SmartAudio: Add pull down VTX option 2021-07-04 08:19:10 +10:00
giacomo892 41c5f35699 AP_VideoTX: Add pull down VTX option 2021-07-04 08:19:10 +10:00
giacomo892 b6b329d668 AP_SmartAudio: Remove useless variable and comment 2021-07-04 08:19:10 +10:00
giacomo892 ad69ba2f6c AP_VideoTX: Add band names to GCS 2021-07-04 08:19:10 +10:00
giacomo892 f7e66c44c9 AP_VideoTX: Add configuration_finished functions 2021-07-04 08:19:10 +10:00
giacomo892 06a1442ec6 AP_SmartAudio: Add configuration_finished and configuration_pending functions 2021-07-04 08:19:10 +10:00
giacomo892 e8085fac97 AP_OSD_Screen: Blink the OSD VTX Power element indicating configuration in progress 2021-07-04 08:19:10 +10:00
Tatsuya Yamaguchi 9114caf213 AP_Proximity: fix proximity status for upward facing rangefinder 2021-07-04 08:19:10 +10:00
Randy Mackay dbc9b0c2f9 AC_Loiter: init brake_accel and fix brake timer type 2021-07-04 08:19:10 +10:00
Tatsuya Yamaguchi 7335e4640f AR_WPNav: add WP_PIVOT_DELAY parameter 2021-07-04 08:19:10 +10:00
QioTek 9ed396716b AP_Bootloader: added QioTekZealotH743 board type
AP_Bootloader: added QioTekZealotH743 board type
2021-07-04 08:19:10 +10:00
Peter Barker 8fbd9b5e40 AP_Compass: remove unused setup_earth_field 2021-07-04 08:19:10 +10:00
Peter Barker da785c5ba2 Tools: remove HIL support 2021-07-04 08:19:10 +10:00
Peter Barker 797b1ed4d9 Rover: remove HIL support 2021-07-04 08:19:10 +10:00
Peter Barker a08fe40900 Blimp: remove HIL support 2021-07-04 08:19:10 +10:00
Peter Barker 298ac962fa ArduPlane: remove HIL support 2021-07-04 08:19:10 +10:00
Peter Barker 0667c6d4c2 ArduCopter: remove HIL support 2021-07-04 08:19:10 +10:00
Peter Barker 43cce260a0 GCS_MAVLink: remove HIL support 2021-07-04 08:19:10 +10:00
Peter Barker fd8eb3c6c0 AP_InertialSensor: remove HIL support 2021-07-04 08:19:10 +10:00
Peter Barker 3a8d3c38e7 AP_HAL: remove HIL support 2021-07-04 08:19:10 +10:00
Peter Barker 2ff4ec80ad AP_GPS: remove HIL support 2021-07-04 08:19:10 +10:00