-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
46 lines (36 loc) · 1.04 KB
/
.env
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
#
# this is an example of settings
# please modify for your environment
#
# cabot name, this should be identical
#CABOT_NAME=gt1
# launch BLE (default false)
#CABOT_USE_BLE=true
# launch TCP (default true)
#CABOT_USE_TCP=false
# set 1 for launching cabot service at startup of cabot_ble.py
#CABOT_START_AT_LAUNCH=0
# usually you don't need to change from default (hci0)
#CABOT_BLE_ADAPTER
# specify realsense serial ports and names
#CABOT_REALSENSE_SERIAL_1
#CABOT_REALSENSE_SERIAL_2
#CABOT_REALSENSE_SERIAL_3
#CABOT_CAMERA_NAME_1
#CABOT_CAMERA_NAME_2
#CABOT_CAMERA_NAME_3
# set 1 to launch in development mode
#CABOT_LAUNCH_DEV_PROFILE=1
# speficy if host UID is different from 1000
#HOST_UID=1001
# speficy if host GID is different from 1000
#HOST_GID=1001
# speficy if host time zone is different from UTC
#HOST_TZ=Asia/Tokyo
## optional variables but check speed will up if provided
# network interface name which the lidar connected to
#LIDAR_IF=enp8s0
# lidar IP address
#LIDAR_IP=192.168.2.201
# specify Arduino or ESP32
#MICRO_CONTROLLER=Arduino