An open API service indexing awesome lists of open source software.

https://github.com/wandelbotsgmbh/wandelbots-python-plan-motion-convenient

Example on how to move a robot using the python convenient api
https://github.com/wandelbotsgmbh/wandelbots-python-plan-motion-convenient

app-example

Last synced: 3 months ago
JSON representation

Example on how to move a robot using the python convenient api

Awesome Lists containing this project

README

          

# Wandelbots Python Plan Motion

This example contains a simple python app served by [fastapi](https://github.com/tiangolo/fastapi).
It shows you how to move a robot with the convenient [wandelbots python API client](https://pypi.org/project/wandelbots/).

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`
- install the app with `nova app install`

Bildschirmfoto 2024-09-20 um 13 24 13