Class ClockConditionalVariable
Defined in File timer_manager.hpp
Class Documentation
-
class ClockConditionalVariable
Specialized version of rclcpp::ClockConditionalVariable
This version accepts the clock on waits instead of on construction. This is needed, as clocks may be deleted during normal operation, and be don’t have a way to create a permanent ros time clock.