rclcpp::Rate doesn't use ROS time (use_sim_time)
It appears that rclcpp::Rate
uses std::chrono::system_clock
, which of course doesn't use ROS time, so it doesn't honor use_sim_time
.
Any plans to add a version of Rate
that uses ROS time?