-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
70 lines (70 loc) · 1.32 KB
/
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
63
64
65
66
67
68
69
70
short_thresh: 10
long_thresh: 30
num_robots: 3
goal_parameters:
threshold: 0.5
loiter_time: 5
robot_parameters:
- start: [ 0, 0, 0]
goals: [
[ 20, 5],
[ 25, 0],
]
- start: [ 0, 10, 1]
goals: [
[ 25, 0],
[ 20, 5],
]
- start: [ 0, -10, 1]
goals: [
[ -25, 0]
]
slam_parameters:
use_range: true
short_range_history: 10
sigma_initial: [
[0.001, 0.0, 0.0],
[0.0, 0.1, 0.0],
[0.0, 0.0, 0.1],
]
sigma_odom: [
[0.0001, 0.0, 0.0],
[0.0, 0.001, 0.0],
[0.0, 0.0, 0.001]
]
sigma_fake_odom: [
[1, 0.0, 0.0],
[0.0, 10, 0.0],
[0.0, 0.0, 10]
]
sigma_range: [
[1e-6]
]
motion_parameters:
disturbance: no_force
sigma_initial: [
[0.001, 0.0, 0.0],
[0.0, 0.1, 0.0],
[0.0, 0.0, 0.1],
]
sigma_odom: [
[0.0001, 0.0, 0.0],
[0.0, 0.001, 0.0],
[0.0, 0.0, 0.001]
]
sigma_control: [
[0.0001, 0.0, 0.0],
[0.0, 0.001, 0.0],
[0.0, 0.0, 0.001]
]
sensor_parameters:
- delta: [0, .5]
orientation: 0
fov: 360
- delta: [0, -.5]
orientation: 180
fov: 360
- delta: [-.5, 0]
orientation: 0
fov: 360
sensor_sigma: 0.1