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

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

Awesome Lists containing this project

README

        

# DeliveryCar_GUI_Backend

RC Car

roscore

rosrun rosserial_python serial_node.py /dev/ttyACM0

export 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]