-
Notifications
You must be signed in to change notification settings - Fork 7
/
default_config.yaml
62 lines (55 loc) · 1.21 KB
/
default_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
robot:
name: $name
creature: $creature
firstPage: on
autoStart: off
camera: off
virtualBot: 0
info:
logfile: /tmp/puppet-master.log
serviceNetwork: rpi-access-point.service
updateURL: https://raw.githubusercontent.com/poppy-project/raspoppy/$branch/auto-update.sh
board: $board
langage: EN
hotspot:
start: on
confFile: /boot/hotspot.txt
ssid: Poppy-Hotspot
psk: poppyproject
wifi:
start: off
confFile: /etc/wpa_supplicant/wpa_supplicant.conf
ssid: My-Router
psk: my-psk
services:
PuppetMaster: puppet-master.service
JupyterNotebook: jupyter-notebook.service
PoppyDocs: poppy-docs.service
PoppyViewer: poppy-viewer.service
poppyLog:
puppetMaster: /tmp/puppet-master.log
jupyter: /tmp/jupyter.log
update: /tmp/poppy-update.log
docs: /tmp/poppy-docs.log
viewer: /tmp/poppy-viewer.log
poppyControllers: /tmp/ros-poppy_controllers.log
virtualBot: /tmp/virtual-bot.log
configMotor: /tmp/motor-config.log
poppyPort:
puppetMaster: 2280
jupyter: 8888
docs: 4000
viewer: 8000
http: 8080
snap: 6969
ws: 9009
version:
puppetMaster: 2.0.0
creature: 2.1.0
pypot: 4.0.0
snap: 5.4.5
viewer: 1.0.0
docs: 1.0.0
ros: noetic
monitor: 1.0.0
scratch: 3.0.0