https://github.com/junxian428/deliverycar_gui_backend
GoLang Desktop GUI with Python FastAPI for controlling 24V Car
https://github.com/junxian428/deliverycar_gui_backend
fastapi golang-gui rc-car
Last synced: about 2 months ago
JSON representation
GoLang Desktop GUI with Python FastAPI for controlling 24V Car
- Host: GitHub
- URL: https://github.com/junxian428/deliverycar_gui_backend
- Owner: junxian428
- Created: 2023-02-23T00:47:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T06:20:18.000Z (about 2 years ago)
- Last Synced: 2025-01-21T15:50:31.531Z (3 months ago)
- Topics: fastapi, golang-gui, rc-car
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeliveryCar_GUI_Backend
RC Car
roscore
rosrun rosserial_python serial_node.py /dev/ttyACM0export PATH=$PATH:/usr/local/go/bin
Backend
uvicorn main:app --reload
GoLang Desktop GUI
go run main.go
[Why GoLang ? Compatibility issue a lot with ARM64 Ubuntu and Platform issues and Python compatibility issues]