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 d71bc54 commit b2e8b64Copy full SHA for b2e8b64
rclcpp/src/rclcpp/experimental/executors/events_executor/events_executor.cpp
@@ -430,6 +430,8 @@ EventsExecutor::refresh_current_collection(
430
// Acquire lock before modifying the current collection
431
std::lock_guard<std::recursive_mutex> lock(collection_mutex_);
432
433
+ current_entities_collection_->remove_expired_entities();
434
+
435
current_entities_collection_->timers.update(
436
new_collection.timers,
437
[this](rclcpp::TimerBase::SharedPtr timer) {timers_manager_->add_timer(timer);},
0 commit comments