Skip to content

Nightly 2019-12-27

Pre-release
Pre-release
Compare
Choose a tag to compare

These are untagged, current development builds that may or may not be stable.

The builds provided below should match the commit the nightly tag is linked to.

Known issues in nightly-2019-12-27

  • PiP is currently disabled on Windows due to a GStreamer bug
  • Main video is currently handled by hello_video on ground station due to a GStreamer bug

Changes in nightly-2019-12-27

  • Add a watermark to the video display warning users not to fly with the app yet
    • The warning is because there are some minor jitter issues with GStreamer
    • Doesn't apply to running on the ground station, where video works the same as it always has
    • You can disable the watermark in settings if you need to
  • Continuously recalculate time since last Mavlink heartbeat
    • Was previously showing the interval between them, which isn't the same thing
  • Internal changes
    • Add preliminary support for loading drone parameters using Mavlink
    • Add preliminary support for sending Mavlink commands (for example: arm/disarm/takeoff/set waypoint)
    • Always use UDP for Mavlink when running on ground (makes behavior consistent everywhere)
    • Handle ipv4-mapped addresses for ground station (only an issue on some platforms)
    • Huge number of changes to prepare for automated builds on Travis CI

Previous changes in nightly-2019-12-13

  • Fixed 2nd camera streams
  • Added save confirmation for ground station settings

Previous changes in nightly-2019-11-28

  • Fix arming/fight mode UI glitches caused by QGC (#33)
  • Rebased ground station image on current master branch of upstream Open.HD repo