Closed liquidcronos closed 2 years ago
changing the names of the actuated state to be different than the names of the transformations does not solve this problem
The error seems to be caused by multiple transformations having the same name, leading to a infinte loop while ordering
The following code snippet gets the init function of the KinematicGroup stuck:
When interrupting the code execution the following terminal output appears:
This suggests that the bug is caused within the while loop in line 134.