-
Notifications
You must be signed in to change notification settings - Fork 16
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
Merge develop into main #272
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit has restructured the AnchorsEditorView.axaml code for better readability and maintenance. Extra whitespaces and newline characters were removed. The changes also involve reordering of class instantiation, placing 'IsReadOnly' property before 'Interaction.Behaviors' for 'Longitude', 'Latitude' and 'Altitude' TextBox controls for uniformity. This should make the code more streamlined and easier to navigate. Asana: https://app.asana.com/0/1203851531040615/1206045364656057/f
fix: refactored AnchorsEditorView.axaml for code cleanliness
… not place a ruler point" This reverts commit e0de781.
Removed auto-calculated Width property from HierarchicalStoreEntryTagViewModel, which was contributing to unnecessary complexity. Instead, width in UI components is managed purely on the UI side. Also removed related Width bind in the HierarchicalStoreView.axaml, making design cleaner and more consistent. Asana: https://app.asana.com/0/1203851531040615/1206076614321403/f
fix: simplify HierarchicalStoreEntryTagViewModel implementation
# Conflicts: # src/Asv.Drones.Gui.Core/Shell/Pages/Map/Actions/Ruler/MapRulerActionViewModel.cs # src/Asv.Drones.Gui.Core/Shell/Pages/Map/MapPageViewModel.cs
…onViewModel MapPageViewModel and MapRulerActionViewModel were adjusted for better readability. The logic remained the same. Unnecessary line breaks were removed and meaningful ones were added where needed, with the aim of improving the clarity and maintainability of the code. A protected modifier was also removed from the ReadOnlyObservableCollection _markers, as it was unnecessary. Asana: https://app.asana.com/0/1203851531040615/1204967469316979/f
Fixed ruler cancel
Updated the Asv.Mavlink version to 3.6.0-alpha09 in Asv.Drones.Gui.Core, Asv.Drones.Gui.Gbs, Asv.Drones.Gui.Sdr, and Asv.Drones.Gui.Uav projects for compatibility. Additionally, implemented a new restart SDR functionality in the FlightSdrView. This option was added to improve user experience and provide a quick way to restore SDR settings without having to full shutdown. Asana: https://app.asana.com/0/1203851531040615/1205906192538459/f
Updated the version reference of the Asv.Mavlink package from hard-coded 3.6.0-alpha09 to a variable reference $(AsvMavlinkVersion) in various .csproj files. This change aims to centralize versioning controls, ensuring consistency, and simplifying future updates.
…o-sdr feat (sdr): update Asv.Mavlink version and add restart SDR option
feat: update avalonia to 11.0.5
Updated AsvMavlinkVersion in Asv.Drones.Gui.Custom.props from 3.6.0-alpha08 to 3.6.0-alpha11 for supporting the latest features and bug fixes. In VorAzimuthTaskViewModel, added validation before setting StartAzimuthString and StopAzimuthString. Ensured StartAzimuth and StopAzimuth values are positive and less than 360. This is because, in some cases, supplying out of range or negative direction values can cause errors in the system. Removed unnecessary methods from MissionItemHelper for cleaner codebase as these methods were outdated and replaced in the Mavlink ecosystem. Asana: https://app.asana.com/0/1203851531040615/1206117606525836/f
fix: update AsvMavlinkVersion and validate azimuth values
Feat: new ui Measure Units define in Settings
Drone parameters cancel button added
The conversion for Am30HzStringValue and Am9960HzStringValue was previously multiplied by 100 unnecessarily. This caused the calculated amplitude modulation values to be incorrect. Ensure these values now reflect the actual payload amplitude by removing the unwanted multiplication. Asana: https://app.asana.com/0/1203851531040615/1206178229986185/f
…ion and during mission Update all mission tasks to have parameters, that can set vehicle speed while on mission and while not on mission. Setting value as 0 will not change the default vehicle speed. Asana: https://app.asana.com/0/1203851531040615/1205990900963019/f
…-tooltips feat: HierarchicalStoreView buttons now have tooltips
Change Phi90StringValue for GP and LLz in SDR widget Asana: https://app.asana.com/0/1203851531040615/1206315304108737/f
fix-asv-drones-gui-PHI90-value
…s-list fix: update RS.Designer.cs in Asv.Drones.Gui.Core
Add message in log with coordinats about last known position vehicle Asana: https://app.asana.com/0/1203851531040615/1206218231458175/f
…nownPosition feat-Asv-drones-gui-added-LastKnownPosition
…eb, .rpm build scripts Add a new script to enable desktop application publishing for all desktop platforms. Implement scripts for building .deb and .rpm installation packages. Modify the import mechanism for Asv.Drones.Gui.Custom.props in .csproj files to enhance compatibility and streamline the build process. Asana: https://app.asana.com/0/1203851531040615/1206402165598668/f
…cripts Create new application publishing configurations to streamline the build process. Revise and improve existing publishing scripts for enhanced compatibility across all platforms. Add icon files to simplify the assembly process. Incorporate iss template files for Windows builds to facilitate packaging and distribution. Asana: https://app.asana.com/0/1203851531040615/1206402165598668/f
Feature/publish scripts
asv-soft-u02
approved these changes
Jan 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Push all new changes into main branch for future release