You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yck011522
changed the title
Rhino UI Visualize Actions should allow user to Store IK
Rhino UI Visualize Actions should allow user to Store / Remove IK
Aug 24, 2021
Storing IK configuration is a little problematic.
Because the IK is dependent on the Movements. If a user recalculates the movements, those IK may be invalid and we cannot guarantee they are correct. By default, we can remove those IKs.
But we can also keep them and check their validity with the new movements. This obviously only works if the new element has the same number of movement, same target, and the old IK doesn't collide. This is a lot of things to check and I'm not interested to implement that at the moement.
The display of the RobotModel should also differentiate IK that is stored or showing newly fetched IK.
The text was updated successfully, but these errors were encountered: