JAGCS Versions Save

Just another ground control station

v0.5.1-beta.4

5 years ago

Fourth beta focused on stability and interface features. screenshot_20180702_231843 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-beta3

6 years ago

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 ui

v0.4.1-beta.2

6 years ago

Second beta with some bugfixes:

  • Android version added

  • Icons and meta info for windows and linux binaries

  • Temporary workaround for Map GL maps on windows(in win binary only)

  • Minor indicator fixes

  • ESRI map plugin support added

  • Tooltips ui

  • Donate button added >:)

v0.4-beta.2

6 years ago

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

6 years ago

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

6 years ago

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

7 years ago

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.