Skip to content

Commit

Permalink
Update param description
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 23, 2024
1 parent a5e7534 commit fd14b1e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions diff_drive_controller/src/diff_drive_controller_parameter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,17 @@ diff_drive_controller:
has_velocity_limits: {
type: bool,
default_value: true,
description: "deprecated, set the respective limits to NAN for deactivation"
description: "deprecated, set the respective limits to ``.NAN`` for deactivation"
}
has_acceleration_limits: {
type: bool,
default_value: true,
description: "deprecated, set the respective limits to NAN for deactivation"
description: "deprecated, set the respective limits to ``.NAN`` for deactivation"
}
has_jerk_limits: {
type: bool,
default_value: true,
description: "deprecated, set the respective limits to NAN for deactivation"
description: "deprecated, set the respective limits to ``.NAN`` for deactivation"
}
max_velocity: {
type: double,
Expand Down Expand Up @@ -198,17 +198,17 @@ diff_drive_controller:
has_velocity_limits: {
type: bool,
default_value: true,
description: "deprecated, set the respective limits to NAN for deactivation"
description: "deprecated, set the respective limits to ``.NAN`` for deactivation"
}
has_acceleration_limits: {
type: bool,
default_value: true,
description: "deprecated, set the respective limits to NAN for deactivation"
description: "deprecated, set the respective limits to ``.NAN`` for deactivation"
}
has_jerk_limits: {
type: bool,
default_value: true,
description: "deprecated, set the respective limits to NAN for deactivation"
description: "deprecated, set the respective limits to ``.NAN`` for deactivation"
}
max_velocity: {
type: double,
Expand Down

0 comments on commit fd14b1e

Please sign in to comment.