-
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
UVC metadata payloads not available; Unable to #932
Comments
rviz states that "map" frame does not exist. Try changing the |
regarding the "Frame metadata isn't available" message - what kernel version do you have? |
I get the same warning on kernel version 4.15, 4.18 and 5.0 |
The message about the metadata being unavailable is usually related to installation issues of librealsense. Did you install librealsense from code or with a debian package? Did you follow the installation procedure accordingly? (specifically, you need dkms package for installation from debian, see here or a patch for kernel script if installed from code, see here )? Be sure not to mix these 2 procedures. |
That might be it. I've installed librealsense with the debian packages, but when I updated to linux 5.0 it did not work anymore, so I tried to patch the kernel manually. After an update of librealsense the ROS package worked again, but i got the UVC metadata errors. How do i uninstall the manual patches? |
have you solved it? |
When I
when I run roslaunch realsense2_camera rs_camera.launch, it happens: [ INFO] [1573206763.994774042]: Initializing nodelet with 8 worker threads. [ INFO] [1573206764.625311882]: Device with physical ID /sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/video4linux/video1 was found. |
@Grandzxw Did you get any error when install debian package? UVC metadata error might be caused incomplete installation. Please double check. Thanks! |
@Grandzxw Did you get chance to check? Any update from your side? Looking forward to your update. Thanks! |
Hello, I hade the same problem : [Ubuntu 18.04, kernel 5.0, melodic, D435, firmware 5.12, librealsense2-dkms up-to-date] I hade no issues until today where I found that the TimeStamp in the depth images published by my camera where stuck in the past. |
@BriceRenaudeau Please refer to the comment below to download DKMS for kernel 5.0 to try again. |
@BriceRenaudeau Did you get chance to try? Could you please update? Thanks! |
Hi, Thanks for your answer. |
@BriceRenaudeau Thanks for the quick update! Please feel free to create another new ticket to track the DKMS issue. |
@BriceRenaudeau As the issue resolved, will close this accordingly. Please create another ticket to track the DKMS issue. Thanks! |
When I ran
roslaunch realsense2_camera rs_camera.launch filters:=pointcloud
, rviz cannot render the video feed but camera node is publishing.UVC metadata payloads issue is still unresolved. Uncertain if this issue relates to failure in rendering RGBD point cloud with rviz.
The text was updated successfully, but these errors were encountered: