Skip to content

Commit eeb81da

Browse files
committed
Minor fix in params
Signed-off-by: Alberto Tudela <[email protected]>
1 parent ebac2b2 commit eeb81da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scitos2_charging_dock/params/example.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
#---------------
23
# Docking server
34
#---------------
@@ -29,7 +30,7 @@ docking_server:
2930

3031
# Types of docks
3132
dock_plugins: ["scitos_dock"]
32-
dock_database: ''
33+
dock_database: ""
3334
scitos_dock:
3435
plugin: "scitos2_charging_dock::ChargingDock"
3536
docking_threshold: 0.05
@@ -49,7 +50,7 @@ docking_server:
4950
icp_max_trans_eps: 1.0e-8
5051
icp_max_eucl_fit_eps: 1.0e-8
5152
enable_debug: true
52-
dock_template: ''
53+
dock_template: ""
5354
segmentation:
5455
distance_threshold: 0.04
5556
min_points: 20
@@ -58,4 +59,3 @@ docking_server:
5859
max_distance: 2.0
5960
min_width: 0.3
6061
max_width: 1.0
61-

0 commit comments

Comments
 (0)