Peter Barker
aa356b563d
SRV_Channel: remove unused RCMAP includes
2020-02-10 13:55:05 +11:00
Yaapu
b0e5bfc32d
autotest:FRSkySPort: added support for VARIO 0x30 and GPS 0x800 sensor types
...
This adds support for the VARIO sensor 0x30 and GPS sensor 0x800 to the autotest suite
2020-02-09 20:52:58 +11:00
yaapu
b606c0df64
AP_Frsky_Telem: added VSpd to telemetry protocol 4
...
The Frsky vario "virtual" sensor was reporting altitude but not vertical speed.
This patch adds VSpd as a new sensor when protocol 4 is selected.
GPS frsky sensor is migrated to 2 byte sensor ID and needs rediscovery if using the previous 1 byte version
2020-02-09 20:52:58 +11:00
Andrew Tridgell
12f31e328f
HAL_ChibiOS: fixed dshot docs for Pixhawk4
2020-02-08 14:15:37 +11:00
Randy Mackay
76c982ced8
AP_HAL_CHibiOS: update Pixhawk4 README to 16 pwm outputs
...
also correct Main PWM ouput's number of groups
2020-02-08 14:14:32 +11:00
Peter Barker
93ac71095d
Tools: build_binaries, sort boards before building, print board counts
2020-02-08 11:06:32 +11:00
Peter Barker
fd8088f1e5
autotest: add Copter tests for altitude change on arm
2020-02-08 11:06:03 +11:00
Peter Barker
ac904085d6
autotest: add statistics on time taken to arm
2020-02-08 11:06:03 +11:00
Peter Barker
b0aceaea70
autotest: add tests for LTM telemetry output
2020-02-08 10:38:34 +11:00
Peter Barker
62f289b8e6
autotest: drain_mav_unparsed gets a quiet option
2020-02-08 10:38:34 +11:00
Peter Barker
b75dd36f71
autotest: create Telem baseclass for telem clients
2020-02-08 10:38:34 +11:00
Peter Barker
df614cc34f
AP_HAL_SITL: print valid model names if none supplied
2020-02-07 15:03:05 +11:00
Peter Barker
212bc6538b
autotest: improve output on wait_altitude
2020-02-07 15:02:35 +11:00
Peter Barker
71a129d685
autotest: add test for Plane LOITER
2020-02-07 15:02:35 +11:00
Jaaaky
c46a1112e1
gitignore: Add dumpstack_*out to .gitignore
2020-02-07 08:19:02 +09:00
Andrew Tridgell
521cf4d6a1
AP_Compass: removed annoying startup messages
...
these happen due to sensor probing for older configs
2020-02-06 15:25:46 -07:00
Andre Kjellstrup
a2322a828c
AP_Battmonitor_SMBus_Solo: removed unused code/options
2020-02-06 15:04:18 -07:00
Patrick José Pereira
21e5922b2e
APMrover2: Remove post_ignore check since is always true
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2020-02-06 13:48:39 +09:00
Peter Barker
de2cf89b60
AP_Vehicle: initialise scheduler early
...
So the loop rate gets clamped before we memoise it and the loop period
in AP_Scheduler
2020-02-06 14:41:06 +11:00
Peter Barker
5580196b1c
AP_Scheduler: move clamping of loop rate to init function
...
Parameters may not be available in the constructor, and that's what we
need to be clamping.
2020-02-06 14:41:06 +11:00
Peter Barker
b8087c3e84
Replay: let AP_Vehicle handle loop()
2020-02-06 14:41:06 +11:00
Peter Barker
a523bb4b68
AP_Vehicle: let AP_Vehicle handle loop()
2020-02-06 14:41:06 +11:00
Peter Barker
7658c13c69
Sub: let AP_Vehicle handle loop()
2020-02-06 14:41:06 +11:00
Peter Barker
58d45ef04a
Plane: let AP_Vehicle handle loop()
2020-02-06 14:41:06 +11:00
Peter Barker
18670d681e
Copter: let AP_Vehicle handle loop()
2020-02-06 14:41:06 +11:00
Peter Barker
449ca74951
Tracker: let AP_Vehicle handle loop()
2020-02-06 14:41:06 +11:00
Peter Barker
ba883e2b89
Rover: let AP_Vehicle handle loop()
2020-02-06 14:41:06 +11:00
Peter Barker
51a1ee83a6
AP_HAL_SITL: correct name on stacktrace files
...
We write these files out for many more things than just segfaults
2020-02-06 13:48:11 +11:00
murata
4ca34ea448
Rover: White space is tab code
...
Rover: White space is tab code
2020-02-06 11:11:49 +09:00
Randy Mackay
2ab124223a
Copter: version to 4.0.3-dev
2020-02-06 08:38:43 +09:00
Randy Mackay
8ff5bb624f
Copter: update release notes for 4.0.2-rc4
2020-02-06 08:36:58 +09:00
Randy Mackay
19ad51913c
Copter: 4.0.2-rc4 release notes
2020-02-06 08:36:55 +09:00
Pierre Kancir
f1f784f81d
AP_TemperatureSensor: fix TSYS01 warning on SITL
2020-02-05 17:10:58 -05:00
Patrick José Pereira
98adeafad9
Tools: autotest: Add sub test for MOT_THST_HOVER parameter
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2020-02-05 09:01:33 -05:00
Patrick José Pereira
885ebc41e3
Sub: Ignore MOT_THST_HOVER parameter
...
We should ignore this parameter since ROVs are neutral buoyancy
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2020-02-05 09:01:33 -05:00
Randy Mackay
c7f8c6155b
Copter: avoid SITL failure when changing current_loc.alt frame
...
This change avoids a SITL failure caused by an attempt to change current_loc.alt's frame when current_loc is 0,0,0
2020-02-05 17:29:34 +09:00
Tatsuya Yamaguchi
70311382d9
Rover: fix the description and remove unnecessary send_text
2020-02-05 15:21:55 +09:00
Tatsuya Yamaguchi
5688031f02
AC_Fence: add the description of FENCE_ACTION in Rover
2020-02-05 14:58:56 +09:00
Tatsuya Yamaguchi
83f285bbfc
Rover: add Hold and SmartRTL to FENCE_ACTION
2020-02-05 14:58:56 +09:00
Tatsuya Yamaguchi
0b8ad28272
SRV_Channel: add sprayer and camera aperture output
2020-02-05 14:44:07 +09:00
Randy Mackay
bd8bcd5ab1
Copter: correct current_loc to be alt-above-home
2020-02-05 14:18:00 +09:00
0x715C
103fa8b3d9
Update README.md
...
Link to dev wiki has invalid ssl cert, but it redirects to https://ardupilot.org/dev/ which is valid. So just update to use the link with a valid cert.
2020-02-05 15:10:42 +11:00
Willian Galvani
4afdff746e
AP_HAL: Fix Navigator orientation
...
The Rev2 prototype board had the IMU rotated
2020-02-04 22:47:16 -05:00
Andrew Tridgell
bdef7d7158
HAL_ChibiOS: fixed default fast sampling on CubeOrange and Durandal
2020-02-05 12:48:51 +11:00
Andrew Tridgell
4e457c1ebb
Plane: update release notes for 4.0.4beta1
2020-02-05 12:15:52 +11:00
Andrew Tridgell
e0cd790505
HAL_ChibiOS: fixed spektrum RC input on Pixracer
...
RCININT is inverted compared to RCIN, so need to enable SBUS_INV pin
2020-02-05 10:45:36 +11:00
Peter Barker
ab7ee46423
AP_InertialSensor: mark some parameters as Calibration parameters
2020-02-04 20:29:09 +11:00
Peter Barker
cc3f6468e3
AP_Compass: mark some parameters as Calibration parameters
2020-02-04 20:29:09 +11:00
Peter Barker
16f4d33d00
Tools: add known Calibration tag to apm.pdef.xml
...
this will allow a GCS to hide anything that a user should never
ordinarily have to see in terms of calibration parameters
2020-02-04 20:29:09 +11:00
Peter Hall
dba272bafb
Rover: mode: trigger tack on active fence limits
2020-02-04 13:32:07 +09:00