hello,
when i execute the roslauch realsense2_camera rs_rgbd.launch ,the warning has occurred,
11/10 22:03:53,863 WARNING [139954094954240] (ds5-timestamp.cpp:64) UVC metadata payloads not available. Please refer to installation chapter for details.
[ WARN] [1539266633.868420728]: Frame metadata isn't available! (frame_timestamp_domain = RS2_TIMESTAMP_DOMAIN_SYSTEM_TIME).
What's influence of this warning.
Hi @weiwuhuhu
If you follow distribution_linux.md the following command should solve the problem:
sudo apt-get install librealsense2-dkms
[Please Ignore - RealSense system comment]
Close this issue for lack of activity. Please feel free to reopen if the issue is still relevant.
Hi, I am still having this problem. I am running ROS melodic on Ubuntu 18.04. I ran the command given by @dorodnic. Please help! Thanks.
Hej @SuperKuooo ,
if you still care: the topics are being published though.
You can watch the stream with rqt_image_view
Hello, I hade the same problem :
WARNING [...] (ds5-timestamp.cpp:64) UVC metadata payloads not available
[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.
The stamps were oscillating in the past (not fixed).
Strangely when I added <arg name="filters" default="pointcloud"/> in the launch file, the stamps were good again.
The timestamps issue in kernel 5 could be related to #1047.
I got the similar warning in realsense-viewer with librealsense 2.32.1. I installed the dkms, utils and dev packages. My pc is intel nuc 8 and ubuntu 18.04, kernel 5.3.0-40-generic
Any suggestions?
Most helpful comment
Hi, I am still having this problem. I am running ROS melodic on Ubuntu 18.04. I ran the command given by @dorodnic. Please help! Thanks.