Closed hugosciascia closed 2 years ago
Hi @hugosciascia Thanks for the trial and feedback.
Is your Klampt build installed from pypi? Currently This examples runs fine on our end that uses the built from source Klampt.
The issue may be related to some prebuilt packages on pypi. We suggest building from source to get most up to date features and bug fixes. We should release 0.8.7 very soon.
Ok now i got this ... I copy all the https://github.com/krishauser/Klampt/tree/master/Python/klampt in my \AppData\Local\Programs\Python\Python37\Lib\site-packages\klampt
Traceback (most recent call last):
File "C:\Users\h.sciascia\AppData\Local\Programs\Python\Python37\lib\site-packages\klampt\robotsim.py", line 23, in swig_import_helper
fp, pathname, description = imp.find_module('_robotsim', [dirname(__file__)])
File "C:\Users\h.sciascia\AppData\Local\Programs\Python\Python37\lib\imp.py", line 297, in find_module
raise ImportError(_ERR_MSG.format(name), name=name)
ImportError: No module named '_robotsim'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File ".\main.py", line 1, in <module>
from klampt import WorldModel,Simulator
File "C:\Users\h.sciascia\AppData\Local\Programs\Python\Python37\lib\site-packages\klampt\__init__.py", line 9, in <module>
from .robotsim import *
File "C:\Users\h.sciascia\AppData\Local\Programs\Python\Python37\lib\site-packages\klampt\robotsim.py", line 33, in <module>
_robotsim = swig_import_helper()
File "C:\Users\h.sciascia\AppData\Local\Programs\Python\Python37\lib\site-packages\klampt\robotsim.py", line 25, in swig_import_helper
import _robotsim
ModuleNotFoundError: No module named '_robotsim'
The most recent version of Klampt (0.8.7) has now been released via pip install for Linux and Windows. Perhaps you can try to see if "pip install -U klampt" will do the trick.
Closed due to inactivity.
Hello !
This example is not working : http://motion.cs.illinois.edu/software/klampt/latest/pyklampt_docs/Manual-Planning.html#motion-planning-for-articulated-robots
My powershell return this :