v0.2.1
Features
Commits
- 432fdc4: Create ReleaseDeployAction.yml #245
- ce7a03d: fix (uav): fix anchor angle if vehicle is a plane #246
- 880dfe9: fix (sdr): fix update mode localization #246
- 04a676a: fix (core): fix version number display #246
- 373906f: Update ReleaseDeployAction.yml with action token #245
- bb80e10: Update ReleaseDeployAction.yml #247
How To Build Asv.Drones
1. Setup required dependencies:
- Make sure next components installed:
- .NET SDK 7 - https://dotnet.microsoft.com/en-us/download/dotnet/7.0 ;
- Android SDK - https://docs.avaloniaui.net/docs/guides/platforms/android/setting-up-your-developer-environment-for-android#install-the-android-sdk ;
- AvaloniaUI - https://docs.avaloniaui.net/docs/get-started/install ;
- Execute dotnet install (package name) command to setup required packages.
2. Clone project repository:
git clone https://github.com/your-repository-url.git
3. Work with project:
The Asv.Drones able to build on Android, Linux, MacOs, Windows. Project already include platforms that can be you used to build it on specified OS.
4. Build project for Desktop:
- Select build target Windows, OSX, Linux.
- Run application in Release or Debug mode.
5. Build project for Android:
- Select build target Android.
- Add your device via WI-FI or USB debug mode. Else you can add a virtual device in Device manager. More info: https://developer.android.com/studio/debug/dev-options .
- "Choose device" > "Run" from your IDE menu.
Android Troubleshooting
If any error ocurs in build procces - you need to check packages using MAUI Check (JDK 11 or above).
To install:
dotnet tool install -g Redth.Net.Maui.Check
maui-check
What's Changed
- Create ReleaseDeployAction.yml by @asv-soft-u03 in #245
- release: update to v0.2.1 by @asv-soft-u01 in #246
- Update ReleaseDeployAction.yml by @asv-soft-u03 in #247
Full Changelog: v0.2.0...v0.2.1