-
Notifications
You must be signed in to change notification settings - Fork 5
/
.env
38 lines (30 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
# =======================================
# Hardware config
# =======================================
# Select LIDAR baudrate:
# - 256000 - for RPLIDAR A2M12 and A3 (violet circle around the sensor)
# - 115200 - for RPLIDAR A2M8 (red circle around the sensor)
LIDAR_BAUDRATE=256000
# Select wheel type:
# - True - mecanum wheels
# - False - regular
MECANUM=False
# =======================================
# SLAM / Nav2 config
# =======================================
# Select SLAM mode (to load map place the `map.yaml` and `map.png` file in the `./maps` path):
# - True - with mapping
# - False - without mapping
SLAM=True
# Period of time for autosave map. Work only when SLAM=True (set 0 to disable)
SAVE_MAP_PERIOD=15
# Select controller:
# - dwb - DWB controller
# - rpp - Regulated Pure Pursuit
# - mppi - Model Predictive Path Integral
CONTROLLER=mppi
# =======================================
# Namespace / Husarnet config
# =======================================
# Robot namespace should be the same as Husarnet device name
ROBOT_NAMESPACE=rosbot2r