Closed satej1210 closed 3 years ago
I forgot to include that there is also a RuntimeWarning
that is printed when opening the visualizer:
<environment_dir>\lib\site-packages\tinyik\visualizer.py:85: RuntimeWarning: invalid value encountered in true_divide
axis = cross / np.linalg.norm(cross)
Thanks for the nice pull request! I've merged it as a bug fix.
Hello!
First off, this project is awesome! The fact that is it so simple and the code is easy to understand is great.
The problem I have is that when some links are drawn along the Z-axis, the cylinders aren't displayed in the visualizer.
Here's the configuration I'm working with:
Here's a screenshot from the visualizer:
(FYI, I'm using a radius of 10)
Do you know of a workaround for this problem?
Thanks!