๐Ÿ›ซ
Asv.Drones
  • ๐Ÿ‘‹Welcome to Asv.Drones
  • Overview
    • ๐Ÿ“–Introduction
      • Purpose and overview of the documentation
      • About the drone management software
      • Description of the software's features and capabilities
    • โš™๏ธInstallation & Setup
      • System requirements
      • Downloading and installing the software
      • Building from source code
      • Connecting a drone to the software
    • โŒจ๏ธSoftware Interface
      • Application User Interface Overview
      • Flight Page Overview
      • Mission Planning Overview
      • Packet Viewer Overview
      • Connections Overview
      • Settings Overview
      • Log Messages Overview
      • Example Of Usage With GBS
      • Example Of Usage With SDR
    • ๐Ÿ•น๏ธDrone Control
      • Manual control
      • Autonomous flight modes
    • ๐Ÿ”“Safety & Limitations
      • Safe drone operation guidelines
      • Possible Emergencies During Drone Operations
      • Recommendations for preventing damages
    • ๐Ÿ›Troubleshouting & Issue Resolution
      • Reporting errors and debugging
      • Community and support resources
    • ๐Ÿ“ŽUpdates & Additional Resources
      • Checking for software updates
      • Recommendations for further learning
    • ๐ŸงพConclusion
      • Summary and wrap-up
      • Licensing information
      • Contact information for feedback
  • Product Guides
    • ๐Ÿ”ŒPlugins development
    • ๐Ÿ“ฒMicroservices
      • ๐Ÿ“ปMavlink SDR
  • Plugins
    • ๐Ÿ™ŒExample
    • Flight docs
    • ๐Ÿ“กGbs
    • ๐ŸŒก๏ธWeather
    • โœˆ๏ธAirports
  • Payloads
    • ๐Ÿ“กGBS
    • ๐Ÿ“ปSDR
  • Libraries
    • ๐ŸงŠAsv.Mavlink
    • ๐Ÿ›ฐ๏ธAsv.Gnss
    • ๐ŸชŸAsv.Avalonia.Toolkit
    • ๐Ÿ—บ๏ธAsv.Avalonia.Map
    • ๐Ÿ’ฌAsv.Ulog
    • ๐ŸŽงAsv.Audio
    • โŒจ๏ธAsv.Hal
    • โŒจ๏ธAsv.Cfg
  • Use Cases
    • ๐Ÿ‘ฅFor Users
    • ๐Ÿ–ฅ๏ธFor Developers
Powered by GitBook
On this page
  • Overview
  • Theme and Language
  • Map Settings
  • Measurement Units
  • SDR Settings
  • Saved Coordinates
  • Plugins
  • Market
  • Installed
  • Installed Plugins Troubleshooting
  • Servers
Edit on GitHub
  1. Overview
  2. Software Interface

Settings Overview

PreviousConnections OverviewNextLog Messages Overview

Last updated 10 months ago

Overview

The Settings page in Asv.Drones offers users the flexibility to personalize their experience by adjusting various parameters and preferences. From visual themes to measurement units and SDR settings, users can tailor the application to suit their preferences.

Theme and Language

  • Theme:

    • Users can choose between Dark and Light themes, customizing the visual appearance of the application to their preference.

  • Language:

    • Currently supporting English and Russian, users can select their preferred language for the application's interface.

Map Settings

  • Map Provider:

    • Users can choose their preferred map provider from a list of supported providers, allowing them to customize the map view according to their preferences.

  • Clear Local Map Storage:

    • In this section, users have the option to clear local map storage if needed, providing control over cached map data.

Measurement Units

  • Distance, Altitude, Latitude, Longitude, Velocity, Temperature, etc.:

    • Users can customize measurement units for various parameters, tailoring the display of distances, velocities, temperatures, and other measurements to their preferred units.

SDR Settings

  • Frequency of Writing to File:

    • Users can adjust the frequency at which data from Software-Defined Radio (SDR) is written to file, providing control over data storage.

  • Data Thinning Frequency:

    • This setting allows users to control the frequency of data thinning in SDR, managing the amount of data processed.

  • GP, LLZ, and VOR Frequency:

    • Users can customize the default frequencies for GP (Glide Path), LLZ (Localizer), and VOR (VHF Omni-directional Range) in the SDR settings.

  • Default Channel Numbers for LLZ and VOR:

    • This setting allows users to specify default channel numbers for LLZ and VOR in the SDR configuration.

Saved Coordinates

  • Adding Coordinates:

    • In this section, users can add and manage saved coordinates for later use. This can be particularly useful for quick access to frequently used locations.

The Settings page provides users with the ability to tailor Asv.Drones to their preferences, enhancing the overall user experience.

Plugins

The Plugins menu allows users to control plugins for ASV Drones. It has three sections:

  • Market

  • Installed

  • Servers

Market

Allows you to view plugins available for installation

Installed

This section displays plugins installed from the Market or assemblies added during compilation. Plugins are installed in asv-data-folder/plugins folder.

Installed Plugins Troubleshooting

In case of plugin errors, an error message will display the problem

Servers

Click "Add" button at top-right corner to add a new source. To change an existing one click "Pen" button, and to delete - click "Cross" button.

Example of usage:

  • Name - any text;

  • URL Address - link to a nuget server;

  • Username - username used to access your custom nuget source;

  • Password - password used to access your custom nuget source.

This section allows you to add a new plugin source or change an existing one (nuget by default)

โŒจ๏ธ