{{ JSON.stringify(incomingMessage.message, null, 2) }}
{{ JSON.stringify(outgoingMessage.message, null, 2) }}
- This allows ignoring small unwanted movements near the center of each joystick. + {{ $t('views.ConfigurationJoystickView.deadbandDescription1') }}
- The deadband regions are the red regions in the center of each graph, specifying how much of the - joystick axis range to ignore. Within each deadband the output is clamped to 0, and the output curve - (linear or exponential) starts at the edges of the region. This is useful if a spring-loaded joystick - does not get consistently returned to the exact center of each axis. + {{ $t('views.ConfigurationJoystickView.deadbandDescription2') }}
- To calibrate the deadband, click and drag the deadband regions on the graphs, set the region width - numbers directly with the text-input, or click the "auto calibrate deadband" button at the bottom. If - auto-calibrating, gently touch the sticks during the calibration, while trying not to actually move - them. + {{ $t('views.ConfigurationJoystickView.deadbandDescription3') }}
This adjusts the sensitivity curve of your joysticks.
++ {{ $t('views.ConfigurationJoystickView.exponentialDescription1') }} +
- Exponential scaling allows reducing the sensitivity of an axis near the center, for more precise - control, which then steepens the curve near the edges to use the full range. A value of 1 will result - in a linear curve, while greater values result in more rounded exponentials. + {{ $t('views.ConfigurationJoystickView.exponentialDescription2') }}
{{ formattedDate(alert.time_created || new Date()) }}
-{{ alert.level.toUpperCase() }}
+{{ t(`alerts.levels.${alert.level}`) }}
Type
+{{ t('missionPlanning.commandType') }}
Command
+{{ t('missionPlanning.command') }}
Param {{ paramNum }}:
+{{ t('missionPlanning.param') }} {{ paramNum }}:
- Param {{ paramNum }} {{ paramNum === 5 ? '(x)' : paramNum === 6 ? '(y)' : paramNum === 7 ? '(z)' : '' }}: + {{ t('missionPlanning.param') }} {{ paramNum }} + {{ paramNum === 5 ? '(x)' : paramNum === 6 ? '(y)' : paramNum === 7 ? '(z)' : '' }}:
- User related configuration. Here you can set the user that is currently set for this device as well as
- create a new user account.
+ {{ $t('views.ConfigurationGeneralView.userSettingsInfo') }}
- Pirate mode allows Cockpit to expose advanced features, like setting
- the frequency of MAVLink messages. Take care when enabling this mode.
+ {{ $t('views.ConfigurationGeneralView.pirateMode') }}
+ {{ $t('views.ConfigurationGeneralView.pirateModeInfo') }}
Connect to external WebSocket servers to receive data and inject it into the data-lake.
+{{ $t('views.ConfigurationGeneralView.genericWebSocketInfo') }}
Telemetry frequency - 1 to 100 Hz (default 1 Hz)
+{{ $t('components.TelemetryOverlay.telemetryFrequency') }}
- Configure the frequency at which each MAVLink message is requested from the vehicle. Higher frequencies - provide more responsive data but increase the load on the network and in the vehicle's CPU. If the message - is not already configured, you can add it to the interval configuration with the forms in the bottom. + {{ $t('views.ConfigurationMAVLinkView.messageIntervalsInfo') }}
@@ -53,7 +51,7 @@