ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.76k stars 2.39k forks source link

3D visualization of planning and flight possible? #1872

Open GrahamDyer opened 6 years ago

GrahamDyer commented 6 years ago

Issue details

airrails2

The AirRails GCS has an amazing feature where one can view the flight and do the planning in 3D.

Isn't that wonderful, to visualize both in a 3D environment? Is this possible to implement in MP?

There is a video here: https://www.youtube.com/watch?v=LT1lDytQOi4

Version

All

Platform

[ X ] All [ ] AntennaTracker [ ] Copter [ ] Plane [ ] Rover [ ] Sub

Airframe type

All

Hardware type

All

Logs

N/A

kikislater commented 6 years ago

Like here, save to kml option : https://github.com/mavlink/qgroundcontrol/issues/6204#issuecomment-385605251

It's possible to do it at this time : save wp file, open in GIS software like Qgis and export to KML to view in Google earth but you could also watch in Qgis since v3 release as it supports 3d with Qt5 bindings

GrahamDyer commented 6 years ago

Yes, but that's for post-planning or post-flight outside of Mission Planner. You can also upload a KML to http://doarama.com/ for an amazing after-flight visualization.

Having 3D inside Mission Planner is the next big thing.

kikislater commented 6 years ago

After flight, kml is available ! Nice Cesium usage !

MyOnlyOnlySunshine commented 6 years ago

Hope to join the ArcGIS 3D map