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
There is an iter_joints() function, which works great for quickly iterating over all units -- but the lack of a mut variant means that you can't repurpose your ref for writing back to the state. This complicates some use cases considerably -- e.g., a UI that lets you interactively probe the state of a limb and set poses.
The text was updated successfully, but these errors were encountered:
There is an
iter_joints()
function, which works great for quickly iterating over all units -- but the lack of amut
variant means that you can't repurpose your ref for writing back to the state. This complicates some use cases considerably -- e.g., a UI that lets you interactively probe the state of a limb and set poses.The text was updated successfully, but these errors were encountered: