Closed rafal-gorecki closed 3 months ago
When use_sim_time
is True
anything that tries to access time will use the time published on the /clock
topic. I would expect joint_state_publisher
to not publish anything when nothing is publishing the time on the /clock
topic.
Is something publishing time on that topic? Usually the thing publishing time is a simulator like gazebo, or a playback tool like rosbag.
Hello, I notice when I spawn
robot_state_publisher
androbot_state_pub_node
withSetParameter(name="use_sim_time", value="True")
. Nothing is publish on/joint_states
topic. Any suggestion why is that?