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
- Host: GitHub
- URL: https://github.com/wandelbotsgmbh/wandelbots-python-plan-motion-convenient
- Owner: wandelbotsgmbh
- License: apache-2.0
- Created: 2024-10-22T14:01:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T07:43:00.000Z (over 1 year ago)
- Last Synced: 2025-02-26T19:35:29.531Z (over 1 year ago)
- Topics: app-example
- Language: Python
- Homepage: https://portal.wandelbots.io
- Size: 343 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`