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

kinematic.py file is lost #13

Open
mushroom-x opened this issue Oct 16, 2019 · 1 comment
Open

kinematic.py file is lost #13

mushroom-x opened this issue Oct 16, 2019 · 1 comment

Comments

@mushroom-x
Copy link

after excute the first cell of script Kinematic/KinematicMovements.ipynb ,
error message as bellow:

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-2-905fcd046da8> in <module>
      6 import pybullet as p
      7 import pybullet_data
----> 8 from kinematics import Kinematic
      9 
     10 p.connect(p.DIRECT)

ModuleNotFoundError: No module named 'kinematics'

@Serafadam
Copy link

Parts of code have been moved, but I guess not all parts have been updated ( I had an issue with stl files), seems like you need to modify the code to point to Core/kinematics.py or copy the kinematics.py to the same directory

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