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

Make sure we have a boolog.txt entry for critical failures. #2114

Merged
merged 2 commits into from
May 18, 2015

Conversation

SimonWilks
Copy link

Currently all a user will receive when the startup script fails is a common error tone, however, the same tone is used for different failure states. This PR adds an entry to the bootlog.txt file on the microSD card so we get some finer grained info on what's failing.

@LorenzMeier
Copy link
Member

Cool! Would you mind adding the equivalents for the mixer files?
https://github.com/PX4/Firmware/blob/master/ROMFS/px4fmu_common/init.d/rc.interface#L50

@SimonWilks
Copy link
Author

Will do.

LorenzMeier added a commit that referenced this pull request May 18, 2015
Make sure we have a boolog.txt entry for critical failures.
@LorenzMeier LorenzMeier merged commit 4345204 into PX4:master May 18, 2015
@LorenzMeier LorenzMeier deleted the startup_script branch May 18, 2015 08:48
PX4BuildBot added a commit that referenced this pull request May 22, 2024
    - mavlink in PX4/Firmware (c4295a3): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@27e222d
    - Changes: mavlink/mavlink@a3558d6...27e222d

    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 pull request May 22, 2024
    - mavlink in PX4/Firmware (33cecd8): mavlink/mavlink@a3558d6
    - mavlink current upstream: mavlink/mavlink@27e222d
    - Changes: mavlink/mavlink@a3558d6...27e222d

    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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request May 30, 2024
    - mavlink in PX4/Firmware (9bd1fcd): 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 pull request May 30, 2024
    - mavlink in PX4/Firmware (df032d6): 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 pull request May 31, 2024
    - mavlink in PX4/Firmware (986e32f): 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 pull request May 31, 2024
    - mavlink in PX4/Firmware (4caa5a8): 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 pull request Jun 1, 2024
    - mavlink in PX4/Firmware (2e4f73a): 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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

Successfully merging this pull request may close these issues.

None yet

3 participants