Skip to content

Commit

Permalink
adjusted open_loop param description in diff_drive_controller_paramet…
Browse files Browse the repository at this point in the history
…er.yaml (#570)
  • Loading branch information
muritane committed Apr 19, 2023
1 parent 48cc202 commit 467bc4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ diff_drive_controller:
open_loop: {
type: bool,
default_value: false,
description: "If set to false the odometry of the robot will be calculated from the commanded values and not from feedback.",
description: "If set to true the odometry of the robot will be calculated from the commanded values and not from feedback.",
}
position_feedback: {
type: bool,
Expand Down

0 comments on commit 467bc4a

Please sign in to comment.