We test our codebase on Python 3.10. Please create an environment named armada using the following command. conda env create -f conda_environment.yaml If you'd like to test on real robot, execute the ...
template-python-simple/ ├── template.yaml # Backstage template definition ├── README.md # This file └── skeleton/ # Template files ├── app.py # Main Flask application ├── requirements.txt # Python ...