Closed AntoninRousset closed 1 year ago
Description According to the ROS documentation, clock messages have type rosgraph_msgs/Clock, but rclnodejs uses builtin_interfaces/msg/Time.
Steps To Reproduce
node <your_rclnodejs_node>.js --ros-args -p use_sim_time:=true
Expected Behavior Subscibe to /clock with type rosgraph_msgs/msg/Clock.
/clock
rosgraph_msgs/msg/Clock
Actual Behavior Subscribe to /clock with type builtin_interfaces/msg/Time.
builtin_interfaces/msg/Time
@AntoninRousset v0.22.3 rolls out with your patch, thanks for fixing this issue, close it now.
Description According to the ROS documentation, clock messages have type rosgraph_msgs/Clock, but rclnodejs uses builtin_interfaces/msg/Time.
Steps To Reproduce
Expected Behavior Subscibe to
/clock
with typerosgraph_msgs/msg/Clock
.Actual Behavior Subscribe to
/clock
with typebuiltin_interfaces/msg/Time
.