This example contains a simple python app served by fastapi. It shows you how to move a robot with the convenient wandelbots python API client.
Use the following steps for development:
- install all dependencies with
poetry install
- use
poetry run serve
to run the the server locally- access the example on
http://localhost:3000
- access the example on
- install the app with
nova app install