-
Notifications
You must be signed in to change notification settings - Fork 15
Error "UVC header is not available" while launching #3
Comments
Spread the word! :D Hmm that sounds more like an error on the intel realsense driver side then my code. Namely the UVC header is basically the USB controller that the RealSense uses to poll the image data. If I were you I would double check:
Additionally:
|
You need to install the kernel drivers according to the linrealsense install directions. |
Closing due to inactivity. |
For future reference:
^ screenshot taken from here. The linux installation guide (here) walks through how one would perform this patch. |
Nice work! |
As of 11th September 2019, I have
|
Thanks for your reply @chutsu , need to patch the kernel before using metadata, I've got kernel version of 4.15.0-62-generic and |
Hi Chris,
I have successfully managed to install realsenselib, and I can store imu data in rosbags. However while analyzing the data I realized that the implemented lerp method they have, namely imu_unite_method:="linear_interpolation", is not reliable. That is how I ended up to your repo and I was hoping you could give me a hint why I get the following error. Btw before launching your files I first did a "catkin_make clean", and then "catkin_make -DCATKIN_ENABLE_TESTING=False -DCMAKE_BUILD_TYPE=Release" and "catkin_make install" respectively. When I run "roslaunch rs4se intel_d435i.launch" on my terminal I get the following error.
Do you have any idea what could be the culprit of my problem? Could it be that your pose estimation wrapper depends on some specific release of the RealSense SDK, and that something is messed up with the release I'm trying? Any hint is more than welcome. Thanks in advance for your time.
The text was updated successfully, but these errors were encountered: