Skip to content

uri-ocean-robotics/mvp_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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