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
![Bildschirmfoto 2024-09-20 um 13 24 13](https://private-user-images.githubusercontent.com/458453/369382988-9f222fa0-7d05-4449-afdd-3c2e53a9fb7e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTUyMzAsIm5iZiI6MTczODg5NDkzMCwicGF0aCI6Ii80NTg0NTMvMzY5MzgyOTg4LTlmMjIyZmEwLTdkMDUtNDQ0OS1hZmRkLTNjMmU1M2E5ZmI3ZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwMjIyMTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lMmRlM2E1YzdhYTg2Y2Y0YjM3MDQxZmEzYzRhNDMyODcwYmU1ZGU1OGVjY2ExYTRhMWQ0MmFhOTVmMzZkZDJkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.BNpMS0AMMh_5iNNoZHwa7iwZHXdMpC9LEcMnI-qf3qk)