Skip to content

Commit

Permalink
change description of parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
val-ba committed Feb 5, 2024
1 parent 353e9c4 commit 8c8b36b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ motion_odometry:
temporal_step_offset: {
type: double,
default_value: 0.0,
description: "Factor for detecting when the robot really stands on one foot",
description: "Offset for detecting when the robot really stands on one foot",
validation: {
bounds<>: [0.0, 1.0]
}
Expand All @@ -72,7 +72,7 @@ motion_odometry:
summed_pressure_threshold: {
type: int,
default_value: 40,
description: "Factor for detecting when the robot really stands on one foot",
description: Threshold for detecting whether the robot really stands on one foot",
validation: {
bounds<>: [25, 200]
}
Expand All @@ -93,5 +93,5 @@ motion_odometry:
debug: {
type: bool,
default_value: true,
description: "Should debug information be published"
description: "Whether debug information should be published"
}

0 comments on commit 8c8b36b

Please sign in to comment.