Skylark0924 / Rofunc

🤖 The Full Process Python Package for Robot Learning from Demonstration and Robot Manipulation
https://rofunc.readthedocs.io
Apache License 2.0
406 stars 43 forks source link

run Franka simulator failed. #112

Closed m986883511 closed 2 months ago

m986883511 commented 2 months ago

我想使用您库中的带有障碍物的轨迹规划功能,但遇到了问题。

这个1.py就是

import rofunc as rf
from isaacgym import gymutil

args = gymutil.parse_arguments()
args.use_gpu_pipeline = False

frankasim = rf.sim.FrankaSim(args)
frankasim.show()

运行报错

image

我不知道我的安装对不对,我在conda 3.8中 ubuntu22.04,rofunc是python setup.py install安装的。 这些脚本执行成功了

sh ./scripts/install.sh
# [Option] Install with baseline RL frameworks (SKRL, RLlib, Stable Baselines3)
sh ./scripts/install_w_baselines.sh

可以帮助我吗?

Skylark0924 commented 2 months ago

Please check examples/simulator/example_robot_show.py image