PythonVLM is a simple command-line python implementation of Litchi Virtual Mission https://mavicpilots.com/threads/virtual-litchi-mission.31109/
Code was based on reverse engineering original VLM. Currently it only converts litchi mission CSV file to google-aerth KML file contating virtual tour. To ease usage I have also added Google Chrome extension to make conversion automatically in browser. Extension is available here: https://chrome.google.com/webstore/detail/chrome-litchi-virtual-mis/ccpleclnjidgphbmhphdfeejfifeekak
Dependencies:
- python2.7 | python3.X
- requests
- simplejson
- geographiclib
- pykml
Example usage:
- pip install requests simplejson geographiclib pykml
- ./vlm.py /path/to/mymission.csv
- google-earth-pro /path/to/mymission.kml
- Click mission name under "Temporary places" and double-click "Virtual mission"