-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
pointcloud not publishing on Realsense L515 in ROS #1693
Comments
After searching around for some time, I found this page that shows the ROS support for the L515. Does this mean that L515 cannot inherently produce pointclouds in ROS? |
Hi @senoa95 The information outlined on the intelrealsense.com site is correct and updated for all the cameras support for ROS. |
Can you confirm that there is no inherent support for poincloud generated directly by the realsense package for the L515? |
The option enable_pointcloud works just the same for the D400 series and for L515. |
Thank you for updating the documentation. I am using ROS kinetic on ubuntu 16.04. I installed the pre-built realsense2 package using apt-get. I run the package using both |
The issue here is that color images are not available to build the pointcloud. See the following line in the log file: |
Yes this fixed it. Thank you. I am now able to get both the RGB and the registered pointclouds. |
I am working on the L515 in Ros. I am able to launch the node and am able to visualize the depth image using RQT. I am not able to get any messages when I enable the poincloud filters despite the topic being published. Can you provide assistance with this? FYI I have gone through the thread so far and tried all of the solutions including the camera reset and reduced FPS arguments as directed in #1510.
The text was updated successfully, but these errors were encountered: