Open autonomobil opened 3 years ago
Ah, that's probably a degenerate zero-length arc if I had to guess? Probably somewhere in the loader it should be checking and discarding.
Yes that could be. For me it's ok if this arc is then just skipped, so I added
if A==B or B==C or A==C:
return
after https://github.com/mikedh/trimesh/blob/46f48f1df0bbba304b1ef9673417d3ede5256172/trimesh/path/arc.py#L40 This seems to solve the problem.
Is this ok?
pip install trimesh[all]
Code
Error: