-
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
L515 Pointcloud is black in Rviz, trying to view it in colour #1303
Comments
Hi @manu-adina We are looking into this but unable to reproduce. We have a few questions: -You mentioned that you're using a copy of rs_camera launch file with just the resolution changed...but from log you shared I can see other changes as well. Can you please share the exact launch file you are using to help in potentially reproducing this. -You mentioned that you're using the latest version of realsense-ros....but it doesn't appear so from the log file. The latest realsense-ros is 2.2.15 and the latest librealsense is 2.36.0. Can you try updating to those versions and see if you're still experiencing this? -Also I'm a little concerned about the control_transfer errors you're seeing. What platform are you running this on? X64, ARM, etc? And is the device plugged into a USB3/2. Some details regarding the host and usb etc would be appreciated. -Also can you provide the firmware version that's installed on your L515? Thanks |
sorry ,I suffer from the same error. the system version is ubuntu16 and realsense-ros is 2.2.15 and the librealsense is 2.36.0. |
Thanks for you response @RealSenseSupport,
|
@manu-adina , |
@doronhi I've installed realsense-ros from source and I'm getting the same issue,
|
I have also having these problem with D435 anyone has fixing it? I found some notes said that in the launch files we need to change the pointcloud value to true but it still black like that |
Could the solution in #1327 work here?
|
@doronhi |
I had the same issue. Not only were the points black and white, but the RVIZ controls for the point style and size were completely broken. This problem was resolved for me by adding "export SVGA_VGPU10=0" to my bashrc. If you want to try it, run the following commands and try again. echo "export SVGA_VGPU10=0" >> ~/.bashrc
source ~/.bashrc Hope it works! |
@BenjaminMichaelGreen Thanks, that solves the issue! |
I'm unable to view a coloured point cloud.
It appears to be black despite having it set to RGB8. I'm able to view an aligned coloured pointcloud in the realsense-viewer just fine but not in Rviz. I'm running ros the following way,
roslaunch realsense2_camera rs_515.launch filters:=pointcloud
my rs_515.launch is a copy of the default rs_camera with different resolution.
Here are the logs when I launch the realsense-ros
[ INFO] [1595558241.193088050]: Initializing nodelet with 2 worker threads.
[ INFO] [1595558241.377167540]: RealSense ROS v2.2.14
[ INFO] [1595558241.377234884]: Running with LibRealSense v2.35.2
[ INFO] [1595558241.386038685]:
[ INFO] [1595558241.927828998]: Device with serial number 00000000f0172048 was found.
[ INFO] [1595558241.927959340]: Device with physical ID 4-1-20 was found.
[ INFO] [1595558241.927992603]: Device with name Intel RealSense L515 was found.
[ INFO] [1595558241.929076108]: Device with port number 4-1 was found.
[ INFO] [1595558241.931826148]: getParameters...
[ INFO] [1595558241.985458680]: setupDevice...
[ INFO] [1595558241.985667345]: JSON file is not provided
[ INFO] [1595558241.985695810]: ROS Node Namespace: l515
[ INFO] [1595558241.985720906]: Device Name: Intel RealSense L515
[ INFO] [1595558241.985731075]: Device Serial No: 00000000f0172048
[ INFO] [1595558241.985738206]: Device physical port: 4-1-20
[ INFO] [1595558241.985745094]: Device FW version: 01.04.01.02
[ INFO] [1595558241.985751455]: Device Product ID: 0x0B64
[ INFO] [1595558241.985783040]: Enable PointCloud: On
[ INFO] [1595558241.985792898]: Align Depth: On
[ INFO] [1595558241.985799303]: Sync Mode: On
[ INFO] [1595558241.985838445]: Device Sensors:
[ INFO] [1595558242.002706613]: L500 Depth Sensor was found.
[ INFO] [1595558242.005217920]: RGB Camera was found.
[ INFO] [1595558242.005330072]: Motion Module was found.
[ INFO] [1595558242.005393164]: (Fisheye, 1) sensor isn't supported by current device! -- Skipping...
[ INFO] [1595558242.005418299]: (Fisheye, 2) sensor isn't supported by current device! -- Skipping...
[ INFO] [1595558242.005427079]: (Pose, 0) sensor isn't supported by current device! -- Skipping...
[ INFO] [1595558242.005447532]: Add Filter: pointcloud
[ INFO] [1595558242.005891954]: num_filters: 1
[ INFO] [1595558242.005922109]: Setting Dynamic reconfig parameters.
[ INFO] [1595558242.313090457]: Done Setting Dynamic reconfig parameters.
[ INFO] [1595558242.315139749]: depth stream is enabled - width: 1024, height: 768, fps: 30, Format: Z16
[ INFO] [1595558242.315718815]: infra stream is enabled - width: 1024, height: 768, fps: 30, Format: Y8
[ INFO] [1595558242.318213469]: color stream is enabled - width: 1920, height: 1080, fps: 30, Format: RGB8
[ INFO] [1595558242.322156619]: setupPublishers...
[ INFO] [1595558242.325553053]: Expected frequency for depth = 30.00000
[ INFO] [1595558242.358672315]: Expected frequency for infra = 30.00000
[ INFO] [1595558242.375907032]: Expected frequency for aligned_depth_to_infra = 30.00000
[ INFO] [1595558242.390715207]: Expected frequency for color = 30.00000
[ INFO] [1595558242.404948569]: Expected frequency for aligned_depth_to_color = 30.00000
[ INFO] [1595558242.421344911]: setupStreams...
23/07 19:37:22,434 WARNING [139643051820800] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11
[ INFO] [1595558242.495654860]: insert Depth to L500 Depth Sensor
[ INFO] [1595558242.495899779]: insert Color to RGB Camera
[ INFO] [1595558242.495963709]: insert Infrared to L500 Depth Sensor
23/07 19:37:22,603 WARNING [139643051820800] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
[ INFO] [1595558242.727735932]: SELECTED BASE:Depth, 0
23/07 19:37:22,728 WARNING [139643051820800] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
23/07 19:37:22,779 WARNING [139643051820800] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
[ INFO] [1595558242.830793331]: RealSense Node Is Up!
23/07 19:37:22,931 WARNING [139643051820800] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
23/07 19:37:22,982 WARNING [139643051820800] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
23/07 19:37:23,033 WARNING [139643051820800] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
23/07 19:37:23,084 WARNING [139643051820800] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
23/07 19:37:23,134 WARNING [139643051820800] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
23/07 19:37:23,186 WARNING [139643051820800] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
23/07 19:37:23,236 WARNING [139643051820800] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
23/07 19:37:23,287 WARNING [139643051820800] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
I'm using VMware with Ubuntu 18.04, ROS melodic, with the latest realsense-ros and firmware
The text was updated successfully, but these errors were encountered: