- Download Uppaal Stratego 64bit
- Extract Uppaal in directory ~/Desktop/uppaalStratego/
- Install nlohmann-json package on your machine
- Create build folder inside mapConversion
- Open build folder in terminal and cmake ..
- While still in the build folder make && ./Main
Queries of Uppaal
Models of Uppaal
Static and Dynamic config files
Stations coordinates in JSON format
data.txt file which is the data received from the robot
Consist of library which helps Uppaal to retrieve data from config files
Consist of plotting data in order to visualize the final map
Consist of fundamental classes in the project
Holds the most important data and methods in order to create static and dynamic configs
Is responsible of communication between this project and Uppaal
Is responsible of project workflow