Robotics StackExchange | Archived questions

WARNING: no messages received and simulated time is active. Is /clock being published?

I am applying a voxel filter to a point cloud stream but the topic is not being published and I cannot visualise the added pointclouds. rostopic echo /voxel_grid/kinect_test outputs:

WARNING: no messages received and simulated time is active.
Is /clock being published?

The output of rostopic info /voxel_grid/kinect_test is:

Type: sensor_msgs/PointCloud2

Publishers: 
 * /voxel_grid (http://toshiba:55381/)

Subscribers: 
 * /rqt_gui_cpp_node_2830 (http://toshiba:59223/)
 * /rqt_gui_py_node_2830 (http://toshiba:34321/)

Asked by manolovaza on 2015-07-06 03:54:38 UTC

Comments

I guess there really is no output on that topic. Make sure you get data on the input topic and that something is left over after processing.

Asked by dornhege on 2015-07-06 06:49:09 UTC

Answers