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'd like to know in which way the franka can do IK in cartesian space since MuJoCo does not offer such a function, unlike pybullet or other simulators. After a quick view in hardware.py, I am unsure if the franka IK is implemented based on panda_py (libfranka)? I would appreciate it if the authors could provide any clues on this.
The text was updated successfully, but these errors were encountered:
The model supports the Cartesian velocity controller implemented as part of dm_robotics. Alternatively, if you're interested in the Panda specifically, panda-py includes very fast analytical IK.
Finally, there are several other general options for IK:
I'd like to know in which way the franka can do IK in cartesian space since MuJoCo does not offer such a function, unlike pybullet or other simulators. After a quick view in hardware.py, I am unsure if the franka IK is implemented based on panda_py (libfranka)? I would appreciate it if the authors could provide any clues on this.
The text was updated successfully, but these errors were encountered: