Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 672 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 672 Bytes

Wandelbots Python Plan Motion

This example contains a simple python app served by fastapi. It shows you how to move a robot with the wandelbots python API client and the internal planner directly.

Use the following steps for development:

  • install all dependencies with poetry install
  • use poetry run serve to run the the server
    • access the example on http://localhost:3000
  • install the app with cli app install
Bildschirmfoto 2024-09-20 um 13 24 13