We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443b777 commit 5574355Copy full SHA for 5574355
rclcpp/src/rclcpp/experimental/executors/events_executor/events_executor.cpp
@@ -433,6 +433,8 @@ EventsExecutor::refresh_current_collection(
433
// Acquire lock before modifying the current collection
434
std::lock_guard<std::recursive_mutex> lock(collection_mutex_);
435
436
+ current_entities_collection_->remove_expired_entities();
437
+
438
current_entities_collection_->timers.update(
439
new_collection.timers,
440
[this](rclcpp::TimerBase::SharedPtr timer) {timers_manager_->add_timer(timer);},
0 commit comments