-
Notifications
You must be signed in to change notification settings - Fork 151
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
laser_scan topic no data published #237
Comments
Did you set the value of Hope this helps! |
Hello Samahu, Result: However, I'm facing an issue with rviz2. Even after adding a scan module to subscribe to the /scan topic, it's not being visualized correctly in rviz2. The pointClound2 topic has been working as a reference before. |
In PR #203 (which is still WIP) I have added a LidarScan object to the rviz config.. You could double check if there is anything essential different than yours. One thing to keep an eye on is that in order for the |
Thank you for your continuous support. After updating my Rviz configuration file, I can now visualize the 2D LaserScan in Rviz. However, I've encountered an alignment issue that you mentioned previously. Specifically, I believe I'm experiencing a similar issue to what was described in #196. In my case, the offset between the pointCloud and the laser scan is significant, almost 180 degrees. This discrepancy is quite concerning. Are you still working on this problem? I'm keen to know if other users are experiencing the same discrepancy, or if it's unique to my setup. Best regards, |
Hi @kennyS99 ! Another user here. We have faced that issue as well; the thing is that the LaserScan data is, currently, not actually being transformed into it's reference frame, whereas the PointCLoud data is being transformed. There's an even uglier way to workaround this and that is setting, in you config file, your |
Resolved by #203 |
Describe the bug
I've encountered a bug where the /ouster/scan topic does not seem to publish any data.
Here is the screenshot of the RVIZ that only subscribes to the topic of /scan:
I checked the pointClound2 publish, and it is working. here is the screenshot.
Also, I attempted to run ros2 echo topic /ouster/scan. and the output is here:
ouster.txt
It seems like there is no data that has been published here. Additionally, I am pretty sure that the variable of proc_mask has been added with SCAN. cuz when I run ros2 topic list, I can see the /ouster/scan will come with the output.
declare_parameterstd::string("proc_mask", "IMU|IMG|PCL|SCAN");
To Reproduce
Steps to reproduce the behaviour (steps below are just an example):
ros2 launch ouster_ros driver.launch.py
Platform (please complete the following information):
If there is any possible solution gonna be very helpful for me. I appreciate your help.
The text was updated successfully, but these errors were encountered: