Support ROS time
jacobperron opened this issue · 1 comments
jacobperron commented
The ROS 2 design document Clock and Time describes "ROS time" and its relation to the node parameter use_sim_time
. This ticket is to implement the design of ROS time in rcljava.
Related upstream tickets for C++ and Python implementation include ros2/ros2#350 and ros2/ros2#178.
jacobperron commented
@clalancette is working on this feature.