ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You need to get the clock from your node instance (my_node.get_clock()
) , otherwise it does not have a valid time source and that's why your datatypes don't match.