mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
25 lines
416 B
YAML
25 lines
416 B
YAML
#configuration for roverd
|
|
name: dummy3
|
|
serverUrl: ws://127.0.0.1:8080/rover
|
|
serial:
|
|
device: /dev/ttyS0
|
|
baud: 115200
|
|
brc:
|
|
gpioPin: 25
|
|
pulseEvery: 1m
|
|
pulseWidth: 1s
|
|
battery:
|
|
full: 2068
|
|
warn: 1700
|
|
urgent: 1650
|
|
maxWheelSpeed: 350
|
|
media:
|
|
manage: false
|
|
service: mediamtx.service
|
|
healthUrl: http://127.0.0.1:9997/v3/paths/list
|
|
healthInterval: 30s
|
|
headlight:
|
|
enabled: false
|
|
laser:
|
|
enabled: false
|