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
Since virtual joints are subject to complex constrains created by the closed chain it is not sufficient to specify the range for each state separately. Instead a multidimensional jant space has to be defined where the vector of Joint values has to remain.
currently all joints have a infinite range.
For each virtual and actuated state it should be possible to specify their working range.
The inverse kinematics solver should observe these ranges using constraints.
(This can be done with opti.subject_to)
Additionally it should not be possible to set a state value that is not within its range
The text was updated successfully, but these errors were encountered: