-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathexample_config.yaml
More file actions
86 lines (86 loc) · 1.94 KB
/
Copy pathexample_config.yaml
File metadata and controls
86 lines (86 loc) · 1.94 KB
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
---
enable_zmq_interface: false
publish_backend_tf: true
robot_id: 0
input:
type: RosInput
inputs:
camera:
receiver:
type: ClosedSetImageReceiver
queue_size: 30
sensor:
type: camera_info
min_range: 0.4
max_range: 5.0
extrinsics:
type: ros
map_window:
type: spatial
max_radius_m: 8.0
active_window:
volumetric_map:
voxels_per_side: 16
voxel_size: 0.1
truncation_distance: 0.3
tsdf:
semantic_integrator:
type: MLESemanticIntegrator
frontend:
type: GraphBuilder
pgmo:
time_horizon: 15.0
d_graph_resolution: 2.5
mesh_resolution: 0.005
objects:
min_cluster_size: 40
cluster_tolerance: 0.25
bounding_box_type: RAABB
surface_places:
type: place_2d
prefix: P
pure_final_place_size: 3
enable_place_purity: false
impure_final_place_size: 1
cluster_tolerance: 0.3
min_cluster_size: 50
max_cluster_size: 100000
min_final_place_points: 10
place_max_neighbor_z_diff: 0.5
place_overlap_threshold: 0.0
backend:
type: BackendModule
serialize_dsg_mesh: true
min_dsg_separation_s: 1
publish_mesh: false
min_mesh_separation_s: 10
add_places_to_deformation_graph: false
optimize_on_lc: true
update_functors:
agents: {type: UpdateAgentsFunctor}
objects: {type: UpdateObjectsFunctor}
surface_places: {type: Update2dPlacesFunctor, min_size: 3}
pgmo:
run_mode: FULL
embed_trajectory_delta_t: 5.0
num_interp_pts: 3
interp_horizon: 10.0
add_initial_prior: true
optimizer:
type: KimeraRpgoOptimizer
solver: LM
gnc:
inlier_probability: 0.9
mu_step: 1.6
max_iterations: 100
covariance:
odom: 1.0e-02
loop_close: 5.0e-02
sg_loop_close: 1.0e-01
prior: 1.0e-02
mesh_mesh: 1.0e-02
pose_mesh: 1.0e-02
place_mesh: 1.0e-02
place_edge: 10.0
place_merge: 10.0
object_merge: 10.0