pytorch_kinematics
pytorch_kinematics copied to clipboard
Is it possible to install the package without mujoco dependency?
Thanks for this awesome work! I was trying to use this package but it seems it by default does from pytorch_kinematics.mjcf import * when i run import pytorch_kinematics as pk which then imports mujoco. However I would like to avoid having users installing mujoco in the project I am working on. Is it possible to make this optional?
For example maybe add a try except around from pytorch_kinematics.mjcf import * in init.py
Bumping this message up, is there a way around this? The alternative for me is to fork the repository and make my own package
Sorry didn't get to see this issue, but I'll take a look at it soon