Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Holden <[email protected]>
  • Loading branch information
christophfroehlich and bobbleballs committed Dec 6, 2023
1 parent 5a33687 commit b84fe03
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions diff_drive_controller/src/diff_drive_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,15 +405,6 @@ controller_interface::CallbackReturn DiffDriveController::on_configure(
tf_prefix = std::string(get_node()->get_namespace());
}

<<<<<<< HEAD
if (controller_namespace == "/")
{
controller_namespace = "";
}
else
{
controller_namespace = controller_namespace.erase(0, 1) + "/";
=======
if (tf_prefix == "/")
{
tf_prefix = "";
Expand All @@ -422,7 +413,6 @@ controller_interface::CallbackReturn DiffDriveController::on_configure(
{
tf_prefix = tf_prefix + "/";
}
>>>>>>> 5c0327d ([DiffDriveController] Optional tf namespace prefixes instead of using node namespace (#533))
}

const auto odom_frame_id = tf_prefix + params_.odom_frame_id;
Expand Down

0 comments on commit b84fe03

Please sign in to comment.