-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Published Cloud with 0 points #33
Comments
You advertise on a relative topic (no leading slash). So I'd expect the topic to be |
Oops, nevermind, there's no |
Are you seeing the "ublished Cloud with %u points" message in the console? |
Yes, I see the message. The output is something like:
My launch file looks like below:
I am using a rosbag to get the pointcloud data and I have tf broadcaster node to publish the tf (translation ans rotation) |
Do you have the |
Yes, I have set the
I tried checking the rosconsole in debug mode but I have n't received any useful informaton. Adding the DEBUG messages:
|
Can you check the coordinate frame that the laser messages are published in, and then run, |
So, I received the following tf:
|
So, I found that the |
Can you |
I am working with the laser_assembler package and sensor_msgs::PointCloud2 from a lidar. When i use the periodic_snapshotter (modified for pointcloud2 , as below) I get the no point clouds published on the
/assembled_cloud
topic. What could be the possible cause of no assembling of the cloud even though no error is received. I am using ROS Noetic on Ubuntu 20. Lidar source OS0-32The text was updated successfully, but these errors were encountered: