Skip to content

Commit

Permalink
Fixed whitespace format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
suchetanrs committed Feb 24, 2024
1 parent 86ee62e commit 9078dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diff_drive_controller/src/diff_drive_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ controller_interface::CallbackReturn DiffDriveController::on_configure(
{
joint_name = tf_prefix + joint_name;
}

auto & odometry_message = realtime_odometry_publisher_->msg_;
odometry_message.header.frame_id = odom_frame_id;
odometry_message.child_frame_id = base_frame_id;
Expand Down

0 comments on commit 9078dd0

Please sign in to comment.