git clone <repository_link>
cd /<path>/robotrace
docker build -t robotrace .
docker-compose up --build
Then open your browser at: http://localhost:8080
- Python 3.8 or later
Create a virtual environment
python -m venv .venv
Activate the virtual environment
Windows
.venv\Scripts\activate
macOS and Linux
source .venv/bin/activate
Install dependencies
-
Install Graphviz (pm4py requirement) 🔗 here
-
Install Python dependencies:
pip install -r requirements.txt
python3 main.py
Check out the 📘 wiki for detailed documentation and usage examples.
- Corradini, F., Pettinari, S., Re, B., Rossi, L., Tiezzi, F. (2024). A Methodology for the Analysis of Robotic Systems via Process Mining. In: Enterprise Design, Operations, and Computing. EDOC 2023. Lecture Notes in Computer Science, vol 14367. Springer. [🔗 website] [📃 paper]
✉️ Sara Pettinari (Gran Sasso Science Institute) - sara.pettinari@gssi.it
Check License here.