You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed all the related dependencies, but I get an import error when I try to run demo_simulate_solo8.py
$ python robot_properties_solo/demos/demo_simulate_solo8.py
pybullet build time: Dec 10 2021 10:04:01
/Users/emrecemal/miniconda3/lib/python3.8/site-packages/pinocchio/shortcuts.py:45: UserWarning: You passed package dir(s) via argument geometry_model and provided package_dirs.
geom_model = pin.buildGeomFromUrdf(model, filename, geometry_type, package_dirs)
Traceback (most recent call last):
File "tesst.py", line 16, in
from robot_properties_solo.solo8wrapper import Solo8Robot, Solo8Config
File "/Users/emrecemal/miniconda3/lib/python3.8/site-packages/robot_properties_solo/solo8wrapper.py", line 17, in
from robot_properties_solo.utils import find_paths
ModuleNotFoundError: No module named 'robot_properties_solo.utils'
The text was updated successfully, but these errors were encountered:
Hello,
I just installed all the related dependencies, but I get an import error when I try to run demo_simulate_solo8.py
$ python robot_properties_solo/demos/demo_simulate_solo8.py
pybullet build time: Dec 10 2021 10:04:01
/Users/emrecemal/miniconda3/lib/python3.8/site-packages/pinocchio/shortcuts.py:45: UserWarning: You passed package dir(s) via argument geometry_model and provided package_dirs.
geom_model = pin.buildGeomFromUrdf(model, filename, geometry_type, package_dirs)
Traceback (most recent call last):
File "tesst.py", line 16, in
from robot_properties_solo.solo8wrapper import Solo8Robot, Solo8Config
File "/Users/emrecemal/miniconda3/lib/python3.8/site-packages/robot_properties_solo/solo8wrapper.py", line 17, in
from robot_properties_solo.utils import find_paths
ModuleNotFoundError: No module named 'robot_properties_solo.utils'
The text was updated successfully, but these errors were encountered: