Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Franka IK implementation in cartesian space #6

Open
TheGoblinTechies opened this issue Dec 5, 2023 · 1 comment
Open

Franka IK implementation in cartesian space #6

TheGoblinTechies opened this issue Dec 5, 2023 · 1 comment

Comments

@TheGoblinTechies
Copy link

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.

@JeanElsner
Copy link
Owner

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:

  • IK in dm_robotics (C++ implementation, fast)
  • IK in dm_control (Python implementation, not quite so fast)
  • You can also achieve Cartesian control in MuJoCo directly using site transmition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants