Clock not publishing?
I'm launching a bumblebee2 stereo camera to get my input images. When I check the /clock topic, I don't see any timestamps being published. Is this abnormal?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I'm launching a bumblebee2 stereo camera to get my input images. When I check the /clock topic, I don't see any timestamps being published. Is this abnormal?
No, it's not abnormal. The /clock
topic is only used if you are not using the wall clock. For example, if you are using a simulation then the /clock
topic is published to provide the simulated world time, because it is often different from the real world time. This allows nodes to execute at the same pace as the simulation.
When using hardware distributed on the network, and not using not simulation or log files (i.e. when /clock
is empty), to make sure everything in your system uses the same time you must use a tool such as NTP to keep all system clocks synced.
Asked: 2018-07-31 13:44:42 -0600
Seen: 2,073 times
Last updated: Jul 31 '18
Bumblebee2 applicability for long-range object detection
bumblebee don't publish image --> fuerte
Bumblebee2 output left/right images corrupted
triclops/flycapture for bumblebee stereo
Videre STOC disparity map OK under Windows, not under Ubuntu
camera_calibration for multiple camera setup
Is there another stereo processing node in ROS but stereo_image_proc?