FlorianWilk / SpotMicroAI

SpotMicro AI - How to build a self-learning Robot
431 stars 88 forks source link

kinematic.py file is lost #13

Open mushroom-x opened 4 years ago

mushroom-x commented 4 years ago

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 commented 4 years ago

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