-
Notifications
You must be signed in to change notification settings - Fork 18
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
No stream match for pointcloud chosen texture Process - Color #2
Comments
Hi @kenloumixx
|
@2b-t thank you for response :) I run the command
In summary, the RGB image does not appears compared to the depth image. |
I tried this on my Nvidia Jetson Xavier AGX and ran into similar issues. The images would publish just fine while once turning on the pointcloud also the images would not be published any more. This seems to be a common issues when combining a Realsense with an Nvidia Jetson: There are several issues on the official repository discussing this problem with ROS as well as ROS 2 (such as IntelRealSense/realsense-ros#1967 or IntelRealSense/realsense-ros#2886). Some people seem to have had success with specific versions of the Realsense ROS driver/librealsense/firmware. I would recommend anyone running into the same issue having a look at the existing issues there and in doubt open a new one on their repository. I will close this as from my understanding this is an issue with the Realsense driver itself and not the Docker in this repository. If you find out a combination that works, let me know and I can add it to the documentation here. |
Hi @kenloumixx, |
Hello,
thank you for this marvelous work :)
I use ROS2 galactic in ubuntu 18.04 docker container.
I followed your guideline with a slight modification and I encountered the error that says
No stream match for pointcloud chosen texture Process - Color
The dockerfile lines that I used is as below:
and I use the docker run command refering to yours
In installing librealsense and realsense-ros, I also referred to the guideline described in the README.md
May I ask which part is wrong?
TIA
The text was updated successfully, but these errors were encountered: