Andrew Tridgell
e2d6e70895
AP_Periph: fixed HWESC temperature decoding
...
now have protocol docs
2020-04-02 11:43:37 +11:00
Peter Barker
4bab3c083e
autotest: sort messages in logger documentation output files
2020-04-02 10:57:40 +11:00
Peter Barker
cbe1dba781
autotest: loosen slowdown constraint on zigzag test
2020-04-02 09:39:27 +11:00
Pierre Kancir
3a39e9cfc1
.gitignore: ignore param json file
2020-04-02 08:11:42 +11:00
Pierre Kancir
5d299eb584
Tools: add error keyword on param parse for newcomers
2020-04-02 08:11:42 +11:00
Peter Barker
f450df18b0
autotest: allow more time to loiter to ne in precision test
2020-04-01 21:51:22 +11:00
Jawed Alam
72c46a7fc8
Tools: added name to GIT_Success.txt
...
I added my name by forking the repository
2020-04-01 17:55:41 +09:00
jgruver
ff784aee67
Tools: Add name to GIT_Success
2020-04-01 17:48:22 +09:00
Peter Barker
b2ad4dabb8
AP_Hott_Telem: correct GPS fix character
...
https://discuss.ardupilot.org/t/bug-in-ap-hott-telem-cpp-copter-4-0-4dev/53939/2
Thanks to @fs007
2020-04-01 19:24:58 +11:00
Peter Barker
93fb5354da
AP_Beacon: pozyx: remove dead and pointless code
2020-04-01 15:42:47 +09:00
Rishabh
a76d0e3002
Plane: Remove SONR messages logging
2020-04-01 17:11:48 +11:00
Siddharth Purohit
a3a3abbf23
SRV_Channels: fix unannotated fall-through between switch labels
2020-04-01 17:10:36 +11:00
Siddharth Purohit
b0cbbb4bea
GCS_Common: fix unannotated fall-through between switch labels
2020-04-01 17:10:36 +11:00
Siddharth Purohit
afc0cf8f3b
AP_ToshibaCAN: fix unused variable error
2020-04-01 17:10:36 +11:00
Siddharth Purohit
575ac9224e
AP_Arming: fix error unannotated fall-through between switch labels
2020-04-01 17:10:36 +11:00
Andrew Tridgell
8e3aba5dc5
AP_RAMTRON: fixed build with gcc 9.x
2020-04-01 17:08:48 +11:00
Andrew Tridgell
077ab22767
AP_GPS: fixed AP_Periph build with gcc 9.x
2020-04-01 17:08:48 +11:00
Andrew Tridgell
4456732911
AP_GPS: fixed rotation of moving baseline GPS
...
we were off by 180 degrees. Thanks to Jaime for noticing this!
2020-04-01 17:08:19 +11:00
Phillip Kocmoud
46582944e2
AP_RAMTRON: Add FM25V02A Extended Temperature
...
As shown in https://www.cypress.com/file/139671/download Page 11
2020-04-01 12:46:05 +11:00
Peter Barker
2fb31e69ea
autotest: correct test class map for Helicopter
2020-04-01 11:17:56 +11:00
Peter Barker
1770199c41
AP_Logger: add documentation for MAV and PARM
2020-04-01 10:13:03 +11:00
Peter Barker
6f685b8ac5
AP_HAL_SITL: send statustext at regular intervals after watchdog reset
2020-03-31 14:30:11 +11:00
Peter Barker
ec460b4244
AP_Vehicle: send statustext at regular intervals after watchdog reset
2020-03-31 14:30:11 +11:00
Peter Barker
73e43d8da5
AP_HAL: send statustext at regular intervals after watchdog reset
2020-03-31 14:30:11 +11:00
Peter Barker
9ba2aecbb8
AP_HAL_ChibiOS: send statustext at regular intervals after watchdog reset
2020-03-31 14:30:11 +11:00
yaapu
fed8ecc3b0
AP_Frsky_Telem: fix for protocol=4 GAlt=0 and GSPd=0
...
This fixes protocol 4 GPS altitude and speed error, both were reported as constant 0
for cal_gps_position() was never called
2020-03-31 13:09:35 +11:00
Peter Barker
a3e2e156e7
AP_HAL_Linux: do not create ConsoleDevices for Replay or examples
...
Uusally problems evidence themsleves with stdin not working correctly -
for example, "git add -p" skipping through all queries as if the
user was just pressing enter.
2020-03-31 11:22:21 +11:00
Andrew Tridgell
21e93dae34
GCS_MAVLink: send only old value for readonly param set
...
this prevents a condition where the GCS can display the wrong value if
the 2nd PARAM_VALUE is lost
Note that groundstations can tell the set failed due to readonly in
the following ways:
1) look for the statustext: Param write denied (PARAMNAME)
2) see that the value came back with the old value, with index of
65535
3) can repeat the send, looking for (1) and (2)
Michael has proposed we add a PARAM_VALUE mavlink2 flags
extension. That would be nice, but we should still make this change to
fix the issue with mavlink 1.0
2020-03-31 11:19:58 +11:00
Peter Barker
55d37e5d0e
GCS_MAVLink: correct slowing down of waypoint re-requests
...
These re-requests shouldn't be slowed down by a factor of 20.
This was a left-over from when we did these in terms of 20ms intervals
(50Hz loop rate)
2020-03-31 11:15:04 +11:00
Peter Barker
ca7fcc093c
GCS_MAVLink: correct return type on get_stream_slowdown_ms
...
Only used in one place. On slow links may have caused us to re-request
a waypoint too often. "Too often" is still >1s intervals.
2020-03-31 11:15:04 +11:00
Peter Barker
0b756547be
GCS_MAVLink: add stream_slowdown to MAV message
2020-03-31 11:13:11 +11:00
Peter Barker
be6ed0be9f
AP_Logger: add stream_slowdown to MAV message
2020-03-31 11:13:11 +11:00
Peter Barker
46a014b399
AP_Notify: remove recursive call to play in next_action
...
Infinite recursion is bad.
See https://github.com/ArduPilot/ardupilot/issues/13868
2020-03-31 11:06:30 +11:00
Peter Barker
7028f1adba
GCS_MAVLink: GCS_FTP: remove redundant more_pending variable
...
This is taken care of by the "break" statements
2020-03-31 10:38:13 +11:00
Peter Barker
a09ac895e9
GCS_MAVLink: remove dead assignment
...
This value is never used
2020-03-31 10:38:13 +11:00
Peter Barker
2b08af69bc
AP_GPS: fix dereference-of-nullptr warning from scan-build
...
This is kind-of a false positive as this in practise could never be
nullptr.
2020-03-31 10:37:16 +11:00
Michael du Breuil
18baf18041
GCS_MAVLink: Remove redundant assignment to the command
...
This is done internally by the conversion to mission_item_int_t
2020-03-31 10:35:49 +11:00
Peter Barker
609b66a053
AP_NavEKF3: rename struct log_NKF2a to log_XKF2
2020-03-31 10:25:59 +11:00
Peter Barker
8a28fa2244
AP_Logger: rename struct log_NKF2a to log_XKF2
2020-03-31 10:25:59 +11:00
Peter Barker
7c15effcd5
Rover: remove redundant check for arming-required-is-no
...
AP_Arming takes this into account in its is_armed method
2020-03-31 10:24:49 +11:00
Rishabh
ac6b04c21b
Plane: Spelling fix in logger documentation
2020-03-31 10:07:50 +11:00
Rishabh
aea2cdb0c9
Plane: added logger documentation
2020-03-31 10:07:50 +11:00
Marek Łukasiewicz
d41275298b
Tools: added name to GIT_Success.txt
2020-03-31 08:06:00 +09:00
Gone4Dirt
c97cc71382
AP_Camera: Correct trigger behaviour when cmd is switched off then on again
2020-03-31 10:05:40 +11:00
Gone4Dirt
d813ee27de
AP_Mission: Added immediate trigger for DO_SET_CAM_TRIGG_DIST
2020-03-31 10:05:40 +11:00
Willian Galvani
824816ddcb
Sub: send messages to GCS when toggling roll/pitch control
2020-03-30 11:19:45 -07:00
Willian Galvani
ba415c99fe
Sub: send Roll/Pitch Toggle flag
2020-03-30 11:19:45 -07:00
bhaskar
544df71fd2
Tools: added name to GIT_Success.txt
2020-03-30 20:47:06 +09:00
Randy Mackay
cca361a942
AP_VisualOdom: minor format and comment fixes
2020-03-30 20:31:38 +09:00
Randy Mackay
ecf5abc1f2
GCS_MAVLink: minor format fix
2020-03-30 20:20:08 +09:00