내 머릿속

[Ubuntu 22.04] ROS humble환경 Issac sim 설치 본문

Ubuntu

[Ubuntu 22.04] ROS humble환경 Issac sim 설치

두구궁 2025. 1. 21. 16:15
728x90
반응형
SMALL

https://docs.omniverse.nvidia.com/isaacsim/latest/installation/install_python.html

 

Python Environment Installation — Omniverse IsaacSim

The first time isaacsim is imported, a prompt will ask about accepting the EULA at runtime. Once the EULA is accepted, it should not appear on subsequent Isaac Sim calls. If the EULA is not accepted, the execution will be terminated. By installing or using

docs.omniverse.nvidia.com

위 내용을 정리한 글입니다.

 

1. 파이썬 가상환경 설치. ( 추천 )

pip install --upgrade pip
python3.10 -m venv env_isaacsim
source env_isaacsim/bin/activate

2. Issac sim python 패키지 설치

pip install isaacsim==4.2.0.2 --extra-index-url https://pypi.nvidia.com

3. Extension 설치( Optional 이지만 설치하는게 좋음 )

pip install isaacsim-extscache-physics==4.2.0.2 isaacsim-extscache-kit==4.2.0.2 isaacsim-extscache-kit-sdk==4.2.0.2 --extra-index-url https://pypi.nvidia.com

 

728x90
반응형
LIST