vismach.py: Track: why am i here? world is not in the scene yet
vismach.py: Track: why am i here? world is not in the scene yet
vismach.py: Track: why am i here? world is not in the scene yet
vismach.py: Track: why am i here? world is not in the scene yet
vismach.py: Track: why am i here? world is not in the scene yet
vismach.py: Track: why am i here? world is not in the scene yet
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib64/python3.14/tkinter/__init__.py", line 2114, in __call__
return self.func(*args)
~~~~~~~~~^^^^^^^
File "/home/bertho/tarapps/linuxcnc.git-bsathome/lib/python/rs274/OpenGLTk.py", line 385, in tkMap
self.tkExpose()
~~~~~~~~~~~~~^^
File "/home/bertho/tarapps/linuxcnc.git-bsathome/lib/python/rs274/OpenGLTk.py", line 398, in tkExpose
self.tkRedraw()
~~~~~~~~~~~~~^^
File "/home/bertho/tarapps/linuxcnc.git-bsathome/lib/python/rs274/OpenGLTk.py", line 375, in tkRedraw
self.redraw()
~~~~~~~~~~~^^
File "/home/bertho/tarapps/linuxcnc.git-bsathome/lib/python/vismach.py", line 1341, in redraw
self.model.traverse()
~~~~~~~~~~~~~~~~~~~^^
File "/home/bertho/tarapps/linuxcnc.git-bsathome/lib/python/vismach.py", line 41, in traverse
p.traverse()
~~~~~~~~~~^^
File "/home/bertho/tarapps/linuxcnc.git-bsathome/lib/python/vismach.py", line 41, in traverse
p.traverse()
~~~~~~~~~~^^
File "/home/bertho/tarapps/linuxcnc.git-bsathome/lib/python/vismach.py", line 35, in traverse
p.apply()
~~~~~~~^^
File "/home/bertho/tarapps/linuxcnc.git-bsathome/lib/python/vismach.py", line 243, in apply
if (self.world2view.t == []):
^^^^^^^^^^^^^^^^^^^^^^^
ValueError: operands could not be broadcast together with shapes (4,4) (0,)
Current master: Running the sim in
configs/sim/axis/vismach/hexapod-simwill give a lot of errors as shown below. The exception is repeats 5 times.@Sigma1912 you have been over these vismach sims lately
@alex-pres you have been updating the 3d/GL code