-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocalize_pol.cfg
59 lines (40 loc) · 1.07 KB
/
localize_pol.cfg
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
# autostart after reboot?
autostart: 0
# print all logs also to console window (0/1), default: 0
print_all_logs_to_console: 0
# include ML_DEBG logs? (0/1), default: 0
print_debug_logs: 1
# use ncurses control module (0/1), default: 0
use_ncurses_control: 1
# visualize progress in windows? (0/1), default: 0
show_gui: 1
# starting location x-coordinate
start_x: 4
# starting location y-coordinate
start_y: 22
# use rplidar (0/1)
use_rplidar: 0
# use ust-10lx (0/1)
use_ust10lx: 0
# use tim571 (0/1)
use_tim571: 1
# use asus xtion (0/1)
use_xtion: 1
# use RFID sensor (0/1)
use_rfid: 0
# use tim hough transform (0/1)
use_tim_hough_transform: 1
# use tim segment (0/1)
use_tim_segment: 1
# use line filter (0/1)
use_line_filter: 1
# use tim corner (0/1)
use_tim_corner: 1
# difference between north on map and real north <0; 360)
map_azimuth: 0.0
# svg file to load to map
line_map_file: mikes-common/images/ftlab_polygon.svg
# xtion samples config file
xtion_samples_config: mikes-common/xtion-config/SamplesConfig.xml
# use polygon localization (0/1)
use_pol_localization: 1