Skip to content

Commit

Permalink
Minor fix in params
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <[email protected]>
  • Loading branch information
ajtudela committed Dec 20, 2024
1 parent ebac2b2 commit eeb81da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scitos2_charging_dock/params/example.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
#---------------
# Docking server
#---------------
Expand Down Expand Up @@ -29,7 +30,7 @@ docking_server:

# Types of docks
dock_plugins: ["scitos_dock"]
dock_database: ''
dock_database: ""
scitos_dock:
plugin: "scitos2_charging_dock::ChargingDock"
docking_threshold: 0.05
Expand All @@ -49,7 +50,7 @@ docking_server:
icp_max_trans_eps: 1.0e-8
icp_max_eucl_fit_eps: 1.0e-8
enable_debug: true
dock_template: ''
dock_template: ""
segmentation:
distance_threshold: 0.04
min_points: 20
Expand All @@ -58,4 +59,3 @@ docking_server:
max_distance: 2.0
min_width: 0.3
max_width: 1.0

0 comments on commit eeb81da

Please sign in to comment.