Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Jul 20, 2024
1 parent ff5574a commit 1dd8351
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions controller_interface/src/controller_interface_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,7 @@ const rclcpp_lifecycle::State & ControllerInterfaceBase::configure()
// Other solution is to add check into the LifecycleNode if a transition is valid to trigger
if (get_state().id() == lifecycle_msgs::msg::State::PRIMARY_STATE_UNCONFIGURED)
{
<<<<<<< HEAD
update_rate_ = get_node()->get_parameter("update_rate").as_int();
=======
update_rate_ = static_cast<unsigned int>(get_node()->get_parameter("update_rate").as_int());
is_async_ = get_node()->get_parameter("is_async").as_bool();
>>>>>>> 2569b76 ([ControllerInterface] Avoid warning about conversion from `int64_t` to `unsigned int` (#1173))
}

return get_node()->configure();
Expand Down

0 comments on commit 1dd8351

Please sign in to comment.