-
Notifications
You must be signed in to change notification settings - Fork 863
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
Need help with framebuffer #909
Comments
Can you provide a backtrace via gdb? Does #389 fix the issue? |
sorry, I couldn't be able to backtrace as the processes(rviz and orbslam3) processes are keep getting close within seconds due to the above error. And I failed to mention in the first comment that
these errors are coming along with the errors in jetson nano. and I don't know how to follow #389. So, I have tried to build my application on your "x11_egl" branch. But it failed. |
I don't see how Pangolin is related to RViz. I meant you should provide a gdb backtrace of whatever process is using Pangolin and crashing in order to determine where the issue is coming from.
This is a PR whose branch you can check out and build according to the Pangolin instructions. Can you provide details why the built did not work? |
Actually I found the cause, that the processes mentioned above couldn't be able to locate OpenGL libraries. Thank you for the kind replies |
in jetson agx orin this is displayed when I try to run orbslam3 with the docker image.
But in jetson nano
this is coming with the same docker image that I used on jetson agx orin
The text was updated successfully, but these errors were encountered: