diff --git a/controller_interface/src/controller_interface_base.cpp b/controller_interface/src/controller_interface_base.cpp index 4031e2a497..629f9a715f 100644 --- a/controller_interface/src/controller_interface_base.cpp +++ b/controller_interface/src/controller_interface_base.cpp @@ -92,7 +92,6 @@ const rclcpp_lifecycle::State & ControllerInterfaceBase::configure() { async_handler_ = std::make_unique>(); 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();