isaac sim和isaac lab的安装

进入文档:https://docs.isaacsim.omniverse.nvidia.com/4.5.0/installation/download.html

下载好后执行命令:

mkdir ~/isaacsim

cd ~/Downloads

unzip "isaac-sim-standalone-4.5.0-linux-x86_64.zip" -d ~/isaacsim

cd ~/isaacsim

conda deactivate

./post_install.sh

./isaac-sim.selector.sh

isaaclab::

https://isaac-sim.github.io/IsaacLab/main/index.html

选择2.1.1

复制代码
git clone https://github.com/isaac-sim/IsaacLab.git  

ln -s ~/isaacsim/ _isaac_sim

复制代码
./isaaclab.sh --conda
复制代码
sudo apt install cmake build-essential
复制代码
./isaaclab.sh --install

上面的抛弃了,使用以下方法:

复制代码
conda create -n env_isaaclab python=3.10

pip install torch==2.7.0 torchvision==0.22.0 --index-url https://download.pytorch.org/whl/cu128

pip install --upgrade pip

pip install 'isaacsimall,extscache==4.5.0' --extra-index-url https://pypi.nvidia.com

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

./isaaclab.sh --install # 或 "./isaaclab.sh -i"

./isaaclab.sh -p scripts/tutorials/00_sim/create_empty.py

相关推荐
kukubuzai14 小时前
Docker Note
linux·运维·docker
网络研究院14 小时前
Proton Drive采用OpenPGP加密,上传速度提升300%
服务器·网络·安全·proton drive·openpgp
Ltd Pikashu14 小时前
insmod 加载内核模块 —— sys_init_module 源码剖析
linux·kernel·insmod
大貔貅喝啤酒15 小时前
pip 国内镜像源大全【测试 / 自动化开发常备】
运维·自动化·pip·国内镜像源
遇见小修修15 小时前
选择诚信上门修电脑服务,应参考哪些判断标准?
服务器·电脑·负载均衡
hj28625115 小时前
Linux网络基础一
linux·运维
世人万千丶15 小时前
鸿蒙PC异常解决:Install Failed: error: failed to install bundle.
服务器·华为·开源·harmonyos·鸿蒙
云计算磊哥@15 小时前
运维开发宝典023-WEB网站服务
运维·前端·运维开发
likerhood15 小时前
服务器使用 vLLM 部署 Qwen2.5-Coder-7B-CL 笔记
服务器·笔记·vllm
小义_15 小时前
【Linux 1】
linux·运维·云原生·红帽