Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sometimes first boot ends with 5 beeps before freeze, second boot works fine #2111

Closed
severinleuenberger opened this issue Apr 30, 2015 · 15 comments

Comments

@severinleuenberger
Copy link

From time to time my board freezes on booting. It ends with 5 beep tones.
After restarting the board, everything works normally. I couldnt figure out, what was the cause.
As I heard, I am not the only one with this issue.

I use the latest dev-build from Apr 29 with a dropix/pixhawk-board.

@SimonWilks
Copy link

Is it a constant tone or does it vary? Is it something you think you could trigger on the bench after a bunch of reboots? If yes connecting a debug cable to see the console output might give a hint as to what's failing.

@severinleuenberger
Copy link
Author

First the normal startup melody is played, but then after a second more, the error-message tone comes. It is a constant tone with 4 or 5 beeps.
It alwasy comes only on the first boot. When disconnecting the battery and reconnecting again, it doesnt beep anymore.
What could be an issue: I recognized trought QGC, that batery voltage increases slowly (in 3-4 seconds) from 17v until 25v (6S Setup). Maybe this has something to do with it? Because on PX4 I declare a 6S setup, and 17v wold be an empty lipo-battery.

I use this voltage sensor:
http://www.drotek.fr/shop/en/home/493-power-module-for-apm-pixhawk-and-dropix.html

@sjwilks
Copy link
Contributor

sjwilks commented May 1, 2015

Yes it does sound like battery then. I'll take a closer look when I'm in
the office. We might need a slight delay before doing the voltage check.

The board shouldn't freeze though. By freeze you mean no connection via QGC
or you can't arm?

On Fri, 1 May 2015 07:53 Severin Leuenberger notifications@github.com
wrote:

First the normal startup melody is played, but then after a second more,
the error-message tone comes. It is a constant tone with 4 or 5 beeps.
It alwasy comes only on the first boot. When disconnecting the battery and
reconnecting again, it doesnt beep anymore.
What could be an issue: I recognized trought QGC, that Batery Voltage
increases slowly (in 3-4 seconds) from 17v until 25v (6S Setup). Maybe this
has something to do with it? Because on PX4 I declare a 6S Setup, and 17v
wold be an empty lipo-battery.


Reply to this email directly or view it on GitHub
#2111 (comment).

@severinleuenberger
Copy link
Author

I just coudnt arm i think. Yes maybe with a delay of 4 seconds for the battery voltage check it could be solved.

@SimonWilks
Copy link

I had a closer look and the 5 low beep tones signal an error during startup when the rcS script runs, the battery voltage tune is very different (fast continuous beeps that never stop). Unfortunately this error tone is used for several different failure cases, such as FMU, IO, IO firmware update, uavcan, mkblctrl etc.

I think we need to increase what's written to the bootlog.txt file.

@SimonWilks
Copy link

This should at least help identify which component is failing: #2114

@severinleuenberger
Copy link
Author

very cool! I will try this as soon as possible. Hopefully get the console merge working this time ;-)

@severinleuenberger
Copy link
Author

I have now the analysis from Serial5 debug via FTDI to TeraTerm.
So most startups look like this:
image

But every third or fourth startup brings ghe following error:
image

So it seems to be the SD-Card somehow.
mixer: error loading mixers from /fs/microsd/etc/mixers/rev2.mix: Operation not permitted
[i] Error loading mixer: /fs/microsd/etc/mixers/rev2.mix

What i do not understand, is why it doesnt happen every time. Any help?

@SimonWilks
Copy link

I experienced pretty much the same thing today. Every second or third boot I'd get this error too. One time (could have been more, I didn't notice) I was getting an SD card mount failure message. We had a second board also complain about an SD issue with the same mounting error (out of memory).

Will try and do some more tests tomorrow but something looks fishy. I was using latest master.

@LorenzMeier
Copy link
Member

Could you both please try what happens if you disconnect the FTDI cable (and any other serial port back powering) and completely unplug and re-plug the USB connector? It could be a card-level brownout.

@SimonWilks
Copy link

@LorenzMeier seeing it would have been the second bad SD card within a couple of hours on two different autopilots I didn't want to believe it was coincidental, but it seems it was. Every second boot gave me mounting issues even when only powered by USB. A new SD card resolved the issue.

The mixer error is odd though. Every second boot this morning was failing and then when I returned later on (just plugged it in again, no changes) it worked and I haven't had it happen since. After that I addressed and fixed the microSD.

@SimonWilks
Copy link

Out of three Pixhawks all three have exhibited the mixer issue. One was then stopped failing, another was always failing regularly and still does and another was fine all morning and now just started doing it too.

Probably the next obvious question is what triggers the error message. Could there be some sort of delicate timing issue here?

@LorenzMeier
Copy link
Member

did you test with the console cable disconnected?

@SimonWilks
Copy link

During microSD testing yes, disconnected. Will try the same with the board showing issues now. Ada suspects this might be related to #2113 and will update there shortly.

@LorenzMeier
Copy link
Member

If you revert f8c8876 (git revert f8c8876642857520e85ec8ca027146c11b4301e3) does it work after? If yes, we should put this on master. I'm afraid I currently don't have time to do 8+ outputs on S.Bus, someone else will need to do this properly then.

PX4BuildBot added a commit that referenced this issue May 23, 2024
    - mavlink in PX4/Firmware (9c34fd5): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@d7a2b84
    - Changes: mavlink/mavlink@a3558d6...d7a2b84

    d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue May 23, 2024
    - mavlink in PX4/Firmware (f8fcd67): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@d7a2b84
    - Changes: mavlink/mavlink@a3558d6...d7a2b84

    d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue May 24, 2024
    - mavlink in PX4/Firmware (1ed264c): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@d7a2b84
    - Changes: mavlink/mavlink@a3558d6...d7a2b84

    d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue May 24, 2024
    - mavlink in PX4/Firmware (ae28fa6): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@d7a2b84
    - Changes: mavlink/mavlink@a3558d6...d7a2b84

    d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue May 25, 2024
    - mavlink in PX4/Firmware (f1a13b1): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@d7a2b84
    - Changes: mavlink/mavlink@a3558d6...d7a2b84

    d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue May 25, 2024
    - mavlink in PX4/Firmware (52791e0): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@d7a2b84
    - Changes: mavlink/mavlink@a3558d6...d7a2b84

    d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue May 26, 2024
    - mavlink in PX4/Firmware (0fdc49e): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@d7a2b84
    - Changes: mavlink/mavlink@a3558d6...d7a2b84

    d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue May 26, 2024
    - mavlink in PX4/Firmware (16cb957): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@d7a2b84
    - Changes: mavlink/mavlink@a3558d6...d7a2b84

    d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue May 27, 2024
    - mavlink in PX4/Firmware (6be55e3): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@d7a2b84
    - Changes: mavlink/mavlink@a3558d6...d7a2b84

    d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue May 27, 2024
    - mavlink in PX4/Firmware (86cec4f): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@d7a2b84
    - Changes: mavlink/mavlink@a3558d6...d7a2b84

    d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue May 28, 2024
    - mavlink in PX4/Firmware (6f775da): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@d7a2b84
    - Changes: mavlink/mavlink@a3558d6...d7a2b84

    d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue May 28, 2024
    - mavlink in PX4/Firmware (a000089): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@d7a2b84
    - Changes: mavlink/mavlink@a3558d6...d7a2b84

    d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue May 29, 2024
    - mavlink in PX4/Firmware (8310652): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@fd4d43f
    - Changes: mavlink/mavlink@a3558d6...fd4d43f

    fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue May 29, 2024
    - mavlink in PX4/Firmware (9878aca): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@fd4d43f
    - Changes: mavlink/mavlink@a3558d6...fd4d43f

    fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 2, 2024
    - mavlink in PX4/Firmware (83c54de): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@f1d42e2
    - Changes: mavlink/mavlink@a3558d6...f1d42e2

    f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 3, 2024
    - mavlink in PX4/Firmware (874c975): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@f1d42e2
    - Changes: mavlink/mavlink@a3558d6...f1d42e2

    f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 4, 2024
    - mavlink in PX4/Firmware (1e34b12): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@f1d42e2
    - Changes: mavlink/mavlink@a3558d6...f1d42e2

    f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 4, 2024
    - mavlink in PX4/Firmware (88b462d): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@f1d42e2
    - Changes: mavlink/mavlink@a3558d6...f1d42e2

    f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 5, 2024
    - mavlink in PX4/Firmware (667ff3f): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@f1d42e2
    - Changes: mavlink/mavlink@a3558d6...f1d42e2

    f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 5, 2024
    - mavlink in PX4/Firmware (e3ec032): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@f1d42e2
    - Changes: mavlink/mavlink@a3558d6...f1d42e2

    f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 6, 2024
    - mavlink in PX4/Firmware (0eb9013): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@f1d42e2
    - Changes: mavlink/mavlink@a3558d6...f1d42e2

    f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 6, 2024
    - mavlink in PX4/Firmware (99ed07d): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@9e0d01d
    - Changes: mavlink/mavlink@a3558d6...9e0d01d

    9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 7, 2024
    - mavlink in PX4/Firmware (c6c6801): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@9e0d01d
    - Changes: mavlink/mavlink@a3558d6...9e0d01d

    9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 7, 2024
    - mavlink in PX4/Firmware (4d6f62c): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@9e0d01d
    - Changes: mavlink/mavlink@a3558d6...9e0d01d

    9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 8, 2024
    - mavlink in PX4/Firmware (758152e): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@9e0d01d
    - Changes: mavlink/mavlink@a3558d6...9e0d01d

    9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 8, 2024
    - mavlink in PX4/Firmware (7a781ca): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@9e0d01d
    - Changes: mavlink/mavlink@a3558d6...9e0d01d

    9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 9, 2024
    - mavlink in PX4/Firmware (1e03f79): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@9e0d01d
    - Changes: mavlink/mavlink@a3558d6...9e0d01d

    9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 9, 2024
    - mavlink in PX4/Firmware (75214b8): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@9e0d01d
    - Changes: mavlink/mavlink@a3558d6...9e0d01d

    9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 10, 2024
    - mavlink in PX4/Firmware (1fecb68): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@9e0d01d
    - Changes: mavlink/mavlink@a3558d6...9e0d01d

    9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 10, 2024
    - mavlink in PX4/Firmware (b2b5fbc): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@9e0d01d
    - Changes: mavlink/mavlink@a3558d6...9e0d01d

    9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 11, 2024
    - mavlink in PX4/Firmware (5670575): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@9e0d01d
    - Changes: mavlink/mavlink@a3558d6...9e0d01d

    9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 11, 2024
    - mavlink in PX4/Firmware (e2d439e): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@9e0d01d
    - Changes: mavlink/mavlink@a3558d6...9e0d01d

    9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 12, 2024
    - mavlink in PX4/Firmware (6c5e6f3): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@9e0d01d
    - Changes: mavlink/mavlink@a3558d6...9e0d01d

    9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 12, 2024
    - mavlink in PX4/Firmware (350f750): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@9e0d01d
    - Changes: mavlink/mavlink@a3558d6...9e0d01d

    9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 13, 2024
    - mavlink in PX4/Firmware (7388cd3): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@da3223f
    - Changes: mavlink/mavlink@a3558d6...da3223f

    da3223ff 2024-06-13 Thomas Frans - gps: add status and integrity information (#2110)
9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 13, 2024
    - mavlink in PX4/Firmware (dbe4f15): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@da3223f
    - Changes: mavlink/mavlink@a3558d6...da3223f

    da3223ff 2024-06-13 Thomas Frans - gps: add status and integrity information (#2110)
9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 14, 2024
    - mavlink in PX4/Firmware (128a66a): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@da3223f
    - Changes: mavlink/mavlink@a3558d6...da3223f

    da3223ff 2024-06-13 Thomas Frans - gps: add status and integrity information (#2110)
9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 14, 2024
    - mavlink in PX4/Firmware (53563e1): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@da3223f
    - Changes: mavlink/mavlink@a3558d6...da3223f

    da3223ff 2024-06-13 Thomas Frans - gps: add status and integrity information (#2110)
9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 15, 2024
    - mavlink in PX4/Firmware (033c402): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@da3223f
    - Changes: mavlink/mavlink@a3558d6...da3223f

    da3223ff 2024-06-13 Thomas Frans - gps: add status and integrity information (#2110)
9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 15, 2024
    - mavlink in PX4/Firmware (6584d97): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@da3223f
    - Changes: mavlink/mavlink@a3558d6...da3223f

    da3223ff 2024-06-13 Thomas Frans - gps: add status and integrity information (#2110)
9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 16, 2024
    - mavlink in PX4/Firmware (02c04da): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@da3223f
    - Changes: mavlink/mavlink@a3558d6...da3223f

    da3223ff 2024-06-13 Thomas Frans - gps: add status and integrity information (#2110)
9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 16, 2024
    - mavlink in PX4/Firmware (8c5b89c): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@da3223f
    - Changes: mavlink/mavlink@a3558d6...da3223f

    da3223ff 2024-06-13 Thomas Frans - gps: add status and integrity information (#2110)
9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 17, 2024
    - mavlink in PX4/Firmware (c96804d): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@da3223f
    - Changes: mavlink/mavlink@a3558d6...da3223f

    da3223ff 2024-06-13 Thomas Frans - gps: add status and integrity information (#2110)
9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
PX4BuildBot added a commit that referenced this issue Jun 17, 2024
    - mavlink in PX4/Firmware (c2e0465): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@da3223f
    - Changes: mavlink/mavlink@a3558d6...da3223f

    da3223ff 2024-06-13 Thomas Frans - gps: add status and integrity information (#2110)
9e0d01df 2024-06-06 Hamish Willee - FUEL_STATUS message proposal (#2107)
f1d42e27 2024-05-30 Hamish Willee - common - multiplier values for azimuth and eph/epv (#2120)
fd4d43fa 2024-05-29 Hamish Willee - Update pymavlink 20240529 (#2119)
d7a2b841 2024-05-23 Hamish Willee - common - MAV_CMD_SET_CAMERA_MODE set id (#2111)
27e222d2 2024-05-22 Hamish Willee - Remove summary table and replace with overview (#2117)
934f199b 2024-05-22 Ali Elbashir - Fix missing increment and max value typo (#2114)
f31c1926 2024-05-16 Hamish Willee - Add index file to generated mavlink (#2113)
2b87f2e5 2024-05-16 Hamish Willee - Improved docs from XML generation_toolchain (#2103)
23eb98ca 2024-05-01 Thomas Frans - style: add EditorConfig and format some files (#2106)
84aaa047 2024-04-25 Hamish Willee - BATTERY_STATUS_V2.capacity_remaining and smartbattery - fix typos (#2108)
77556c7f 2024-04-25 Peter Barker - common.xml: deprecate MAV_CMD_SET_PARAMETER (#2099)
00cd0d64 2024-04-16 amy-chen-skydio - Fix ILLUMINATOR_ERROR_FLAGS (#2101)
2561b79f 2024-04-10 amy-chen-skydio - Add support for illuminators (#2047)
966503a2 2024-04-03 Peter Hall - Common: add MAV_CMD_DO_RETURN_PATH_START (#2088)
4e5d6a25 2024-03-27 Hamish Willee - DO_FENCE_ENABLE when sent as a command (#2091)
fabfb1dc 2024-03-21 Peter Barker - common.xml: deprecate the _INT frames (#2092)
a13a8de9 2024-03-21 Julian Oes - common: trying to make sense of radius unit (#2097)
1f084f1b 2024-03-20 Marek S. Łukasiewicz - SIM_STATE specify attitude units as rad (#2095)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants