Skip to content

Latest commit

 

History

History
60 lines (54 loc) · 1.63 KB

readme.md

File metadata and controls

60 lines (54 loc) · 1.63 KB

MVP GUI

Dependencies

Offline Map (mbtiles)

A test map is provided, if you want to load your own map

  • Download the .mbtiles file for the region of interest
  • Put the .mbtiles file into offline_map directory
  • Extract the .mbtiles using mb-util
    mb-util your_file.mbtiles your_file_tiles_directory
    
  • set the TILES_DIR in __init__.py to the correct directory

User instruction

MVP GUI has the following web pages for user to operate the vehicles running mvp framework. Please go to doc folder to find the readme for each page to see detailed instructions.

To run the gui,

python3 run.py