-
Notifications
You must be signed in to change notification settings - Fork 46
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
realtime_urdf_filter crash #17
Comments
@s880367 All the computation is based on the GPU. |
@s880367 hello guy, I have the same problem with you. Do you solve this problem finally? @JimmyDaSilva I use openni2 to launch a xtion camera, I can't find libfreenect2, do you have any suggestion to debug? |
@helloshyreckdc libfreenect2 is only for KinectV2 any way. |
@JimmyDaSilva Thank you for reply. I clone this repository and catkin_make successfully. However, when I want to launch realtime_urdf_filter.launch, error occurred. |
Ok. Then it's probably related to OpenGL. Basically make sure you have installed the 3rd party libraries correctly as explained in the README:
|
@JimmyDaSilva Thank you very much! I will check #19, if I have any progress, I will comment here. |
@JimmyDaSilva Hello, you are right! It's the problem of opengl. I have two graphic cards, because of my wrong configuration, the one I used yesterday can support up to opengl 3.0(include GLSL1.30 which not meet the dependency required ), I change the graphic card today, and now the project can work successfully. Thank you again for your kind help! |
@helloshyreckdc Happy to help. I am glad it works now. @s880367 Please close this issue |
Hi all :
Recently I run the realtime_urdf_filter by kinectV2 sensor.
The package I used was form @JimmyDaSilva : JimmyDaSilva/realtime_urdf_filter
When I start to launch filter_kinectV2.launch, everything went well, but when the node starts to subscribe my kinectV2 topic, the node crashed and the gui will pop up and close immediately.
The follwing the the snapshot for the crashing terminal :
Did anyone meet this problem before ?
Many thanks at first .
Ubuntu 14.04
ROS indigo
GPU : Intel(R) HD Graphics Haswell GT2 Desktop
By the way, everything went well on my other computer
The only difference is the GPU on the other computer is Nvidia GTX970.
Could the GPU cause the crashing problem ?
The text was updated successfully, but these errors were encountered: