Skip to content

Commit 3511d7c

Browse files
committed
fix: interpolation.min_number_of_samples correct type to int
1 parent f7003b0 commit 3511d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moveit_planners/pilz_industrial_motion_planner/src/interpolation_parameters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interpolation:
1212
default_value: 0,
1313
description: "Minimum number of samples for the generated trajectory",
1414
validation: {
15-
gt_eq: [ 0.0 ]
15+
gt_eq: [ 0 ]
1616
}
1717
}
1818
max_translation_interpolation_distance: {

0 commit comments

Comments
 (0)