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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Error after rename the repo dir to differentiable_robot_model:
File "..../differentiable_robot_model/differentiable_robot_model/robot_model.py", line 20, in <module>
import diff_robot_data
ModuleNotFoundError: No module named 'diff_robot_data'
I added an __init__.py file in the repo dir and I tried
import sys
sys.path.append('../')
But it still wouldn't import. I need to define robot_description_folder by hand for now.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Error after rename the repo dir to differentiable_robot_model:
I added an __init__.py file in the repo dir and I tried
But it still wouldn't import. I need to define
robot_description_folder
by hand for now.The text was updated successfully, but these errors were encountered: