Skip to content

Commit

Permalink
remove the get_state bind for API change
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Jun 13, 2024
1 parent 52fb844 commit 253f4b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controller_interface/src/controller_interface_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ const rclcpp_lifecycle::State & ControllerInterfaceBase::configure()
{
async_handler_ = std::make_unique<realtime_tools::AsyncFunctionHandler<return_type>>();
async_handler_->init(
std::bind(&ControllerInterfaceBase::get_state, this),
std::bind(
&ControllerInterfaceBase::update, this, std::placeholders::_1, std::placeholders::_2));
async_handler_->start_async_update_thread();
Expand Down

0 comments on commit 253f4b1

Please sign in to comment.