-
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
UR5 filtering with Kinectv2 crashing on startup #19
Comments
Did you check your installation of GLSL and GLEW? Are the nvidia drivers installed or are you using nouveau ? |
Hi Jimmy,
Not using any Nvidia drivers. I have a Thinkpad T440p with Intel Haswell Mobile graphics and an Intel Core i5-4210M CPU @ 2.60GHz × 4 CPU. Edit: Considering there not being any possibility to update it any further... Does there happen to be any kind of workaround? |
I don't know anything about opengl computation so I cannot be of any help with that. Also the packager owner is not really maintaining the package. |
I had the same error with you, my solution is switch to Nvidia GPU in NVIDIA X Server Settings instead of using the integrated GPU. |
If you only have integrated GPU, except for switching to Nvidia GPU, you can also try the solution in #26 . In details, see here. For me, I just create a new file
|
Hi all,
I've been trying to create a collision map of the surroundings (with rtabmap) for a Universal Robot ur5 using a Microsoft Kinect v2 mounted to an elbow close to the end effector of the robot. I am using ROS Indigo and Ubuntu 14.04.
The mapping works fine but the robot will still see itself from time to time, which will create artifacts within the created map. These I want to filter from the images with the help of this filter.
I am calling the filter module in my .launch file:
I've set up the filter_parameters.yaml file accordingly:
However every time I start the filter, it crashes immediately creating the following error code:
Any suggestions what it could be related to? Have I set it up correctly? If not... any hints on where it might be set up incorrectly or where to look would really make my day!
Thanks so much in advance!
Edit: I have checked if
./Protonect gl
works as suggested in issue #17, and all four different camera pictures show up correctly....The text was updated successfully, but these errors were encountered: