Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"rtype",
"rviz",
"samplerate",
"scanline",
"scipy",
"sdev",
"seaborn",
Expand Down
10 changes: 5 additions & 5 deletions src/bitbots_motion/bitbots_head_mover/config/head_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ move_head:

pitch_max:
type: double_array
default_value: [-5.0, 35.0]
default_value: [20.0, 60.0]
description: "Maximum pitch values for the search pattern (in degrees)"
validation:
fixed_size<>: 2
Expand Down Expand Up @@ -105,7 +105,7 @@ move_head:

pitch_max:
type: double_array
default_value: [-5.0, 35.0]
default_value: [20.0, 60.0]
description: "Maximum pitch values for the search pattern (in degrees)"
validation:
fixed_size<>: 2
Expand Down Expand Up @@ -141,7 +141,7 @@ move_head:

pitch_max:
type: double_array
default_value: [-5.0, 35.0]
default_value: [20.0, 60.0]
description: "Maximum pitch values for the search pattern (in degrees)"
validation:
fixed_size<>: 2
Expand Down Expand Up @@ -177,14 +177,14 @@ move_head:

pitch_max:
type: double_array
default_value: [0.0, 0.0]
default_value: [30.0, 30.0]
description: "Maximum pitch values for the search pattern (in degrees)"
validation:
fixed_size<>: 2

scan_lines:
type: int
default_value: 2
default_value: 1
description: "Number of scan horizontal lines for the search pattern"
validation:
gt_eq<>: [1]
Expand Down