-
Notifications
You must be signed in to change notification settings - Fork 34
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
Depth topics publishing empty while Color works fine #31
Comments
After some more debugging, I see the the pipeline is not able to load depth engine plugin. Here is the output when I install OrbbecSDK in the docker and test run the pipeline.
I think it is not able to load |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to dockerize the ROS1 application. Attaching my Dockerfile and run.sh files (added the extension .txt for individual file upload). I hope that they will help replicate the issue.
The camera initializes fine when I launch
roslaunch orbbec_camera femto_bolt.launch
. If I try subscribing tocamera/color
topics, I get the image and camera_info fine. But I get no messages when I subscribe tocolor/depth
orcolor/ir
image.The ROS1 package works all good on the host machine.
Please help if you have any ideas.
run.sh.txt
Dockerfile.txt
The text was updated successfully, but these errors were encountered: