We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebac2b2 commit eeb81daCopy full SHA for eeb81da
scitos2_charging_dock/params/example.yaml
@@ -1,3 +1,4 @@
1
+---
2
#---------------
3
# Docking server
4
@@ -29,7 +30,7 @@ docking_server:
29
30
31
# Types of docks
32
dock_plugins: ["scitos_dock"]
- dock_database: ''
33
+ dock_database: ""
34
scitos_dock:
35
plugin: "scitos2_charging_dock::ChargingDock"
36
docking_threshold: 0.05
@@ -49,7 +50,7 @@ docking_server:
49
50
icp_max_trans_eps: 1.0e-8
51
icp_max_eucl_fit_eps: 1.0e-8
52
enable_debug: true
- dock_template: ''
53
+ dock_template: ""
54
segmentation:
55
distance_threshold: 0.04
56
min_points: 20
@@ -58,4 +59,3 @@ docking_server:
58
59
max_distance: 2.0
60
min_width: 0.3
61
max_width: 1.0
-
0 commit comments