ros-drivers / velodyne

ROS support for Velodyne 3D LIDARs
http://ros.org/wiki/velodyne
Other
646 stars 643 forks source link

When visualizing in rviz: Message Filter dropping message: frame 'velodyne' #501

Closed JereKnuutinen closed 1 year ago

JereKnuutinen commented 1 year ago

Please complete the following information:

Describe the bug Why I am getting this message: [INFO] [1675774275.130562434] [rviz]: Message Filter dropping message: frame 'velodyne' at time 1675774274.094 for reason 'Unknown' [INFO] [1675774275.225885853] [rviz]: Message Filter dropping message: frame 'velodyne' at time 1675774274.194 for reason 'Unknown' [INFO] [1675774275.322093305] [rviz]: Message Filter dropping message: frame 'velodyne' at time 1675774274.294 for reason 'Unknown'

This message starts showing up once try to vizualize pointcloud2 in rviz2.

To Reproduce Steps to reproduce the behavior:

  1. ros2 launch velodyne velodyne-all-nodes-VLP16-launch.
  2. start rviz and visualize pointcloud2 (topic: /velodyne_points)

Expected behavior A clear and concise description of what you expected to happen.

Additional context Add any other context about the problem here.

JereKnuutinen commented 1 year ago

Solved. I had to run: ros2 run tf2_ros static_transform_publisher "0" "0" "0" "0" "0" "0" "map" "velodyne"