-
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
R200 Jetson TX1 ROS #29
Comments
We currently aren't validating the LibUVC backend for librealsense primarily since it has been deprecated on Linux. But that doesn't to be appear to be your problem. This just looks like you don't have the required OpenCV libraries installed on your system. A little Googling shows some know issues with ROS and using opencv4tegra. Maybe this link might help you past the problem: |
I don't have the same opencv4tegra version, even so I tried but it is not working. I am gonna try to find another solution. |
@solosito Did you find a solution to the problem? |
Yes, the issue is solved. NVidia had put the Opencv library in /usr/lib rather than /usr/lib/arm-linux-gnueabihf which is expected by ROS, so the links to the library were wrong. If somebody has the same error, see this thread: https://devtalk.nvidia.com/default/topic/900926/jetson-tx1/how-to-install-the-zed-ros-driver-on-the-jtx1/ |
Great that you solved it. |
…stall-targets Added missing install targets
### System Configuration
Please complete Your Configuration detail below.
### Expected Behavior
Realsense ROS package compiling.
### Actual Behavior
Examples from librealsense working properly using LibUVC backend on NVIDIA Jetson TX1, the only problem is the one about unplugging and plugging the realsense.
Realsense ROS package not compiling:
It is a problem with opencv due to TX1 is using opencv4tegra. Is there any known fix for it?
### Steps to Reproduce
The text was updated successfully, but these errors were encountered: