ROS 2 rclcpp + rcl - rolling
rolling-a919a6e5
ROS 2 C++ Client Library with ROS Client Library
|
Public Types | |
using | pre_callback_t = std::function< void()> |
using | post_callback_t = std::function< void(const rcl_time_jump_t &)> |
Public Member Functions | |
JumpHandler (pre_callback_t pre_callback, post_callback_t post_callback, const rcl_jump_threshold_t &threshold) | |
Public Attributes | |
pre_callback_t | pre_callback |
post_callback_t | post_callback |
rcl_jump_threshold_t | notice_threshold |