asv-soft / asv-drones

Open source implementation of ground control station application for ArduPilot and PX4 autopilot
MIT License
60 stars 11 forks source link

fix(asv-drones): update download code, mission elements handling #277

Closed asv-soft-u02 closed 5 months ago

asv-soft-u02 commented 5 months ago

Change the download code and the way mission elements are handled. Remove the functionality that allowed replacing elements to prevent unintended behavior. Add new mission elements "MAV_CMD_DO_CHANGE_SPEED" and "MAV_CMD_NAV_SPLINE_WAYPOINT" to enhance mission planning capabilities. Additionally, fix some minor bugs to improve system reliability and performance.