mavlink / qgroundcontrol

Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows)
http://qgroundcontrol.io
3.33k stars 3.64k forks source link

Fix disappearing loiter circles #12033

Closed gillamkid closed 3 weeks ago

gillamkid commented 4 weeks ago

Description

When video streaming was enabled, toggling between mini video and full screen video mode would make the circles representing loiter circles on the flight path disappear. This PR fixes that issue.

Steps to Reproduce

  1. open a PX4 plane sim. ex

    cd PX4-Autopilot
    make px4_sitl gazebo-classic_plane_lidar
  2. Open QGC daily

  3. create a mission with a loiter waypoint. make-mission

  4. upload the mission to the vehicle and go to Fly view before-toggle

  5. switch to big video mode big-video

  6. switch back to Big map mode after-toggle Notice how the loiter circle has collapsed. This is the bug that is fixed. With the fix in this PR the loiter circle properly reappears when toggling the video from mini to full screen.

Sponsor

This contribution was sponsored by Firestorm 654d4f9476ff2a38f37e9ab9_firestorm-homepage-share-img-2

DonLakeFlyer commented 3 weeks ago

Great, thanks so much