-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig-classes.ini
36 lines (31 loc) · 1.45 KB
/
config-classes.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
# Ipopt parameters
mu_strategy monotone
nlp_scaling_method gradient-based
tol 0.0001
optimizer_points 50
bounds_automatic yes
bounds_default_u ( 0.5, 0.5, 0.5, 1.9, 1.9, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0)
bounds_default_l (0.02, 0.02, 0.02, 0.1, 0.1, -1.0, -1.0, -1.0, 0.0, 0.0, 0.0)
bounds_box_u ( 0.5, 0.5, 0.5, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0)
bounds_box_l (0.02, 0.02, 0.02, 0.1, 0.1, -1.0, -1.0, -1.0, 0.0, 0.0, 0.0)
bounds_cylinder_u ( 0.5, 0.5, 0.5, 0.5, 1.9, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0)
bounds_cylinder_l (0.02, 0.02, 0.02, 0.1, 0.1, -1.0, -1.0, -1.0, 0.0, 0.0, 0.0)
bounds_sphere_u ( 0.5, 0.5, 0.5, 1.5, 1.5, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0)
bounds_sphere_l (0.02, 0.02, 0.02, 0.5, 0.5, -1.0, -1.0, -1.0, 0.0, 0.0, 0.0)
# Visualization parameters
color (255, 0, 0)
rate_vis 33
# Point cloud filter parameters
filter_points on
radius 0.005
nn-threshold 100
# Superq filter parameters
filter_superq on
fixed_window off
max_median_order 5
median_order 5
threshold_median 0.1
# Configuration parameters
object_class default
save_points on
one_shot off