pyOptimalMotionPlanning
pyOptimalMotionPlanning copied to clipboard
Issue in running main.py
Hi,
While executing main.py I ran into the following error
Traceback (most recent call last):
File "main.py", line 6, in
After looking at the pomp folder I saw that this code depends on klamp,so if I install klamp will the issue go away?
Ok I installed klamp,the issue still persists
Sorry, that was an uncommitted file. Try pulling and see if it's there for you.
Ok it works now,but in controspaces.py we are importing the module differences,but I noticed one thing,while other module imports had a . prefix ,the import differences didn't have the dot.This leads to an error :
Traceback (most recent call last):
File "main.py", line 4, in
Forgot another file in the last push. Please try again.