-
Notifications
You must be signed in to change notification settings - Fork 0
/
navigator--.ini
92 lines (76 loc) · 1.2 KB
/
navigator--.ini
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[motion_model]
mean_c_d = -0.0123
mean_c_t = -0.1065
std_dev_c_d = 0.1380
std_dev_c_t = 0.2347
mean_d_d = 1.0055
mean_d_t = 0.0025
std_dev_d_d= 0.1925
std_dev_d_t= 0.3982
mean_t_d = -0.0025
mean_t_t = 0.9638
std_dev_t_d = 0.0110
std_dev_t_t = 0.3300
[local_plan]
space_step = 0.05
v_step = 0.05
w_step = 0.05
max_v = 0.5
max_w = 0.5
period = 1
t_step = 0.05
footprint = 12,13;45,45;34,56
[map]
localize = map.png
planer = map.png
[node]
bind = tcp://*:9001
connect = tcp://192.168.1.108:7871
[rpc]
address = tcp://192.168.1.108:9000
[topic]
#in
#out
scan = laser
velocity = velocity
global_plan = global_plan
publish_time = 2
#robot parameter
[laser]
ip = 192.168.0.105
port = 2112
[odometry]
port = /dev/ttyUSB0
baud = 19200
[laser_pose]
laser_x = 0
laser_y = 0
laser_theta = 0
[slam]
sigma= 0.05
kernelSize=1
lstep=0.05
astep=0.05
iterations=5
lsigma=0.075
ogain=3.0
lskip=0
srr= 0.1
srt= 0.2
str= 0.1
stt= 0.2
linearUpdate= 0.5
angularUpdate= 0.5
temporalUpdate= -1.0
resampleThreshold= 0.5
particles= 30
xmin= -25.0
ymin= -25.0
xmax= 25.0
ymax= 25.0
delta= 0.025
occ_thresh= 0.25
llsamplerange= 0.01
llsamplestep= 0.01
lasamplerange= 0.005
lasamplestep= 0.005