欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 新闻 > 会展 > ISAAC SIM踩坑记录--Isaac Lab安装

ISAAC SIM踩坑记录--Isaac Lab安装

2026/4/29 15:52:25 来源:https://blog.csdn.net/zkf0100007/article/details/143990608  浏览:    关键词:ISAAC SIM踩坑记录--Isaac Lab安装

前提当然是要先安装好Isaac Sim。

1.用Anaconda创建python 3.10的环境,然后,激活环境

conda activate python310_env

2.我是安装在主目录下

git clone https://github.com/isaac-sim/IsaacLab.git

3.切换到IsaacLab目录,运行

./isaaclab.sh --install

我安装过程中报错,不知道有多大影响:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
stable-baselines3 2.4.0 requires gymnasium<1.1.0,>=0.29.1, but you have gymnasium 0.29.0 which is incompatible.
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
omni-isaac-lab 0.27.15 requires gymnasium==0.29.0, but you have gymnasium 1.0.0 which is incompatible.

4.安装完成后,要在已安装的Isaac Sim根目录和Isaac Lab目录的 _isaac_sim 之间建立符号链接。这样做方便了索引Python模块并查找与Isaac Sim一起提供的扩展

ln -s /home/robot/.local/share/ov/pkg/isaac-sim-4.2.0 _isaac_sim

5.安装完成,要source一下

source /home/robot/.local/share/ov/pkg/isaac-sim-4.2.0/setup_conda_env.sh

不然会报如下错误

ModuleNotFoundError: No module named 'omni.isaac.kit'

6.运行如下代码,即可打开无人机例程

./isaaclab.sh -p source/standalone/demos/quadcopter.py

在这里插入图片描述

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

热搜词