Skip to content

Commit 5a227fa

Browse files
committed
Merge branch 'main' of github.com:zauberzeug/odrive-gui into main
2 parents 4122b36 + 48bce6d commit 5a227fa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ODrive GUI
22

3-
A Streamlit driven GUI to tweak and debug the ODrive hardware controller. Also packaged in a Docker image for easy usage.
3+
A Streamlit-driven GUI to tweak and debug the ODrive motor controller.
4+
It also comes packaged in a Docker image for easy usage.
45

56
<img src="https://github.com/zauberzeug/odrive-gui/raw/main/screenshot.png" width="100%">
67

@@ -12,4 +13,6 @@ Just start the container with
1213
docker run --privileged --rm -p 80:80 --name odrive -it zauberzeug/odrive-gui:latest
1314
```
1415

15-
and access the interface at http://localhost/. It's convienient to use the `--privileged` parameter to allow access to usb, but you can also provide only the device you want to use.
16+
and access the interface at http://localhost/.
17+
It's convenient to use the `--privileged` parameter to allow access to usb.
18+
But you can also provide only the device you want to use.

0 commit comments

Comments
 (0)