Add a simple oled display controller
This commit is contained in:
@@ -46,6 +46,21 @@ services:
|
||||
- scan_qos_reliability:=${LIDAR_QOS_RELIABILITY:-best_effort}
|
||||
restart: unless-stopped
|
||||
|
||||
oled:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: oled/Dockerfile
|
||||
platforms:
|
||||
- linux/arm64
|
||||
image: raspbot_v2_oled:latest
|
||||
network_mode: host
|
||||
ipc: host
|
||||
devices:
|
||||
- /dev/i2c-1:/dev/i2c-1
|
||||
environment:
|
||||
- ROS_DOMAIN_ID=${ROS_DOMAIN_ID:-0}
|
||||
restart: unless-stopped
|
||||
|
||||
webui:
|
||||
build:
|
||||
context: webui
|
||||
|
||||
Reference in New Issue
Block a user