Releases: MishkaRogachev/JAGCS
Releases · MishkaRogachev/JAGCS
v0.5.1-beta.4
Fourth beta focused on stability and interface features.
Some improvements:
- New material-like controls
- UI optimized for touchscreen devices
- Dashboard instrument configuration improved
- Change speed/altitude with flight director ladders
- Map gestures for mission editing and navigation mode
- Preflight prepartion checklist added
- Tcp link for MAVLink connection added
- Bluetooth link support added
v0.5.0-beta.3
Third beta with tons of features:
- Single screen GUI. No need to switch between context pages: edit mission or change settings durning vehicle control
- Overview mode to work with multiple vehicles in same time
- Configurable dashboard with indicators for detailed vehicle control
- Manual control impacts from flight director buttons
- Mode switch and mode-specific commands improved
- Indicators and UI polishing
- Settings change live update
- Dim units settings
- New notification popups
- Lots of minor fixes and improvemets
v0.4.1-beta.2
v0.4-beta.2
Second beta with some new features and fixes:
- MapBox GL plugin with awesome vector tiles(Linux only by now)
- Mavlink 2.0 is now supported
- New dashboard with command contols
- Guided mode handled with joystick and go on click control
- Planning mode improvements
- Db integration and communication fixes
v0.3-beta
Stability focused pre-release, few features added:
- New mission editing interface, with map navigation and picker highlight
- Db integration improvements
- Communication thread
- Multi vehicle working fixed
- Lots of minor fixes
v0.2-alpha.2
Second alpha version with some major functionality and new features:
- Data source layer added, program enities are persistent in database. First implementation works via SQLite. Now it is possible to work with several missions and vehicles, store and assign them
- New domain layer architecture and telemetry engine for flexible database integration in future
- Route editing improved, now will be no lag with hundred of waypoints. Waypoint actual and vertical profile views added
- Flight display polished, target params and navigation info can be displayed from MAVlink
- Video can both work from stream and device cameras
- Settings improved with new database and map functionality
v0.1-alpha
Warning! This is deep pre-alpha release - all functions are unstable.
This pre-alpha build shows the base concept of the software. Anyway, this base functionality provided:
- Displaying MAVLink telemetry on the map, artificial horizon, compass and on few other indicators.
- Sending MAV_CMD_COMPONENT_ARM_DISARM, MAV_CMD_NAV_RETURN_TO_LAUNCH, MAV_CMD_MISSION_START and MAV_CMD_DO_JUMP commands
- Creating, editing, uploading and downloading missions from the MAV. Just some MAVlink mission commands supported: MAV_CMD_NAV_TAKEOFF, MAV_CMD_NAV_WAYPOINT, MAV_CMD_NAV_LOITER_TO_ALT, MAV_CMD_NAV_LOITER_TURNS, MAV_CMD_NAV_CONTINUE_AND_CHANGE_ALT, MAV_CMD_NAV_RETURN_TO_LAUNCH and MAV_CMD_NAV_LAND.