-
Notifications
You must be signed in to change notification settings - Fork 20
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
ERROR! FAILED TO INITIALIZE GLFW LIBRARY #10
Comments
Hi @Lionhk11 The installation README for AMBF missed |
Hi, |
Hello, |
Hello,
Also, I didn't plugin the VR headset or the Haptic Touch device yet when testing the simulation. I also see that the compilation of the shaders failed. Could that be part of the problem why I'm getting the picture I attached instead of a 3d model? |
Hmm, thanks for sharing the image. I would expect the volume to be completed blackened out since its shader failed to compile. Can you try changing the name of the variable 'half' and all its references to something else in this file and see if that changes anything. |
Thank you for your help! I changed the variable 'half' and it worked!
I see the following error above with trying to connect the haptic device:
I tried changing 'libhdPhantom.so' to 'libPhantomIOLib42.so' in the CPhantomDevices.cpp file (that's what the .so file was called in the driver installation file and I saw somewhere that this solved the problem for someone else) , but it still gave me the same message. I hope you can help me with this. |
Are you using the Phantom Omni or Geomagic Touch? If Phantom Omni and you can ensure that you can run it separately on your system, then please do the following. Remove your local changes to the src files. Then
then please rebuild AMBF. |
Thank you for your help. I am using the Touch Phantom Omni. I was able to run it separately on my system. I also got it to connect to the simulation now, but I ran against the problem that it's only registering rotation of the stylus but not the translation. It didn't give me any errors so I'm not entirely sure why it's not registering translation. |
Hello, just getting back to this after a busy few weeks. Can you try pressing (and holding down) one of the buttons while moving the device and checking if it allows the simulated drill to move? |
Hello, I have tried pressing and holding the buttons. That did not do anything unforutnately. |
Hi, I'm new to everything here, but I am trying to get the drilling simulator working. I am working with Ubuntu 18.04.5 with a WSL on windows 10.
At first I cloned and built AMBF 2.0 as suggested in step 1.1. Then I downloaded ROS melodic. I added ros setup.bash to my bash profile. I then installed cv-bridge and image-transport. I installed libasound2-dev from the provided link. Then I cloned and built the simulator as suggested in step 1.2. Then I launched the program with the following code:
And I got the following error:
I tried looking for a solution for the error but nothing I did worked. I hope you can help me with this!
The text was updated successfully, but these errors were encountered: