Skip to content

Commit

Permalink
tf_frame_prefix should be off by default (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar authored Aug 2, 2023
1 parent 8b02e9f commit 882b634
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ diff_drive_controller:
}
tf_frame_prefix_enable: {
type: bool,
default_value: true,
default_value: false,
description: "Enables or disables appending tf_prefix to tf frame id's.",
}
tf_frame_prefix: {
Expand Down

0 comments on commit 882b634

Please sign in to comment.