diff --git a/controller_interface/src/controller_interface_base.cpp b/controller_interface/src/controller_interface_base.cpp index 845b10766f..08468dd4b3 100644 --- a/controller_interface/src/controller_interface_base.cpp +++ b/controller_interface/src/controller_interface_base.cpp @@ -139,9 +139,6 @@ const rclcpp_lifecycle::State & ControllerInterfaceBase::configure() &ControllerInterfaceBase::update, this, std::placeholders::_1, std::placeholders::_2), thread_priority); async_handler_->start_thread(); - REGISTER_DEFAULT_INTROSPECTION( - "execution_time", - std::function([this]() { return async_handler_->get_last_execution_time().count(); })); } REGISTER_DEFAULT_INTROSPECTION("total_triggers", &trigger_stats_.total_triggers); REGISTER_DEFAULT_INTROSPECTION("failed_triggers", &trigger_stats_.failed_triggers);