Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

ModuleNotFoundError: No module named 'diff_robot_data' #29

Open
YueWangpl opened this issue Nov 10, 2021 · 0 comments
Open

ModuleNotFoundError: No module named 'diff_robot_data' #29

YueWangpl opened this issue Nov 10, 2021 · 0 comments

Comments

@YueWangpl
Copy link

YueWangpl commented Nov 10, 2021

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.

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

No branches or pull requests

1 participant