MQTT gateway for [robocar simulator](https://github.com/tawnkramer/gym-donkeycar)
Go to file
2021-01-23 15:44:49 +01:00
.github/workflows Build docker images 2021-01-23 15:44:49 +01:00
cmd/rc-simulator [refactor] Merge Gateways implementation 2021-01-23 15:44:49 +01:00
pkg [refactor] Merge Gateways implementation 2021-01-23 15:44:49 +01:00
vendor Publish camera frame 2021-01-23 15:44:49 +01:00
.Dockerignore Build docker images 2021-01-23 15:44:49 +01:00
.gitignore Configure repository 2021-01-23 15:42:21 +01:00
Dockerfile Build docker images 2021-01-23 15:44:49 +01:00
go.mod Publish camera frame 2021-01-23 15:44:49 +01:00
go.sum Publish camera frame 2021-01-23 15:44:49 +01:00
LICENSE Configure repository 2021-01-23 15:42:21 +01:00
README.md Configure repository 2021-01-23 15:42:21 +01:00

robocar-simulator

MQTT gateway for robocar simulator

Docker

To build images, run:

docker buildx build . --platform linux/arm/7,linux/arm64,linux/amd64 -t cyrilix/robocar-simulator