Open dorsa01 opened 2 weeks ago
Is it possible that you have an infinite loop somewhere in your code? I think this would prevent the viewer from responding.
Hello, I'm having this same issue (also on Windows). All the code in main.cpp runs fine until v.launch() at the very end, so it would seem that all the files we worked on run correctly and without any completely obvious error
I actually tried to remove the loops to just check whether it works or not, but the problem persists. @elinsooon same happens for me.
Could it be an issue with the libigl install? If so what's the best way to go about fixing it
What do you see with just the blank given source files? If that gives you a viewer where you can navigate and rotate around the skeleton then probably it isn't a problem with your libigl installation.
What do you mean by blank given source files? As in just running the program with robot-arm.json?
yes and not filling in the files in src. would it give you a frozen window even with the empty files, as they are cloned and before filling in the files?
Hi
When I run kinematics.exe with any of the json files (I am using Windows), the libigl viewer doesn't respond and I get a blank screen. Any clue where the problem can be?
Thank you so much