From 14cc7c22966c55633bf608bcd4883cc6ffbd991d Mon Sep 17 00:00:00 2001 From: Rafael Araujo Lehmkuhl Date: Fri, 12 Jan 2024 15:50:14 -0300 Subject: [PATCH] config-joystick-view: Add warning message if using versions of mavlink2rest/ardupilot that do not support extended `MANUAL_CONTROL` message --- src/views/ConfigurationJoystickView.vue | 26 ++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/src/views/ConfigurationJoystickView.vue b/src/views/ConfigurationJoystickView.vue index 81f5fb4fc..14730af24 100644 --- a/src/views/ConfigurationJoystickView.vue +++ b/src/views/ConfigurationJoystickView.vue @@ -31,6 +31,22 @@ button controls, as whel as set axis limits.

+
+

System update is recommended

+
+

+ It seems like you're running versions of Mavlink2Rest (BlueOS) and/or ArduPilot that do not support the + extended MAVLink MANUAL_CONTROL message. We strongly suggest upgrading both so you can have support for + additional buttons and axes on the joystick. This is especially important if you sometimes use other control + station software, like QGroundControl, as Cockpit can preferentially use the extended buttons to reduce + configuration clashes. We recommend using BlueOS ≥ 1.2.0, and ≥ version 4.1.2 for ArduPilot-based + autopilot firmware. +

+

+