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
I'm trying to look for an IK library that's able to take joint limits into account, (for example following limits of a human arm). This seemed promising however I'm struggling to understand the documentation. Are joint limits possible? If so how would I add them.
The JointConstraitSet seems like the answer but reading the documentation it seems like it's for constraining, for example the hand, to a certain position/orientation but can't constrain, for example the elbow, to a 'normal' human range.
Any clarifications you could provide would be very helpful, Thanks
The text was updated successfully, but these errors were encountered:
tmayoff
changed the title
Joint Angle limits
Joint Angle limits for IK
Nov 30, 2022
Unfortunately not quite, I ended up writing a very simplified IK implementation myself, and will be moving to use ROS2's MoveIt for the more complicated stuff once we get to that point.
I'm trying to look for an IK library that's able to take joint limits into account, (for example following limits of a human arm). This seemed promising however I'm struggling to understand the documentation. Are joint limits possible? If so how would I add them.
The
JointConstraitSet
seems like the answer but reading the documentation it seems like it's for constraining, for example the hand, to a certain position/orientation but can't constrain, for example the elbow, to a 'normal' human range.Any clarifications you could provide would be very helpful, Thanks
The text was updated successfully, but these errors were encountered: