ROS 2 rclcpp + rcl - rolling
rolling-a919a6e5
ROS 2 C++ Client Library with ROS Client Library
|
Public Member Functions | |
RCLCPP_PUBLIC | Rate (const double rate, Clock::SharedPtr clock=std::make_shared< Clock >(RCL_SYSTEM_TIME)) |
RCLCPP_PUBLIC | Rate (const Duration &period, Clock::SharedPtr clock=std::make_shared< Clock >(RCL_SYSTEM_TIME)) |
virtual RCLCPP_PUBLIC bool | sleep () |
virtual RCLCPP_PUBLIC rcl_clock_type_t | get_type () const |
virtual RCLCPP_PUBLIC void | reset () |
RCLCPP_PUBLIC std::chrono::nanoseconds | period () const |