-
omniverse isaac gym 카메라 / 이미지 세팅isaac sim 2023. 4. 27. 01:18
isaac gym에서 강화학습 환경을 구성하고 있는데 자료가 적어서 고통받고 있다
wrist camera로 얻어지는 image를 observation으로 쓰기 위해 이것저것 찾아보는데 쉽지 않다
우선 자료를 몇개 발견했는데
https://forums.developer.nvidia.com/t/camera-example-and-headless-mode/178901
Camera example and headless mode
Hi. I’m developing an RL environment with a robot, target object and a camera using isaacGym. My goal is to make an agent which takes an image as an observation, so I’m using get_camera_image_gpu_tensor() API with other related ones. But when I switche
forums.developer.nvidia.com
https://forums.developer.nvidia.com/t/get-camera-image-from-gym-in-headless-mode/245681
Get camera image from gym in headless mode
I’m attempting to obtain the camera image from a robot-mounted camera that I have imported into my project in USD format. When I run the program in normal mode, I am able to successfully retrieve the camera feed. However, when running in headless mode, I
forums.developer.nvidia.com
현재 headless로 작동하는 isaac gym에서 headless 렌더링을 지원하지 않는다고
다가오는 업데이트에 추가한다고 한다 . .
여기서는 다른 내용도 볼 수 있었는데,
https://github.com/PKU-MARL/DexterousHands/blob/main/docs/point-cloud.md
GitHub - PKU-MARL/DexterousHands: This is a library that provides dual dexterous hand manipulation tasks through Isaac Gym
This is a library that provides dual dexterous hand manipulation tasks through Isaac Gym - GitHub - PKU-MARL/DexterousHands: This is a library that provides dual dexterous hand manipulation tasks t...
github.com
구형 isaac gym(그러니까 omniverse 통합되기 이전의 isaac gym..)에서 image를 observation으로 사용한 자료를 찾아볼 수 있었다
며칠전에 isaac sim에서 synthetic data generation의 camera setting에 대한 글을 본 기억이 있는데 못 찾겠다
존재해도 아마 headless mode랑은 연관 없을 것 같음
헉 찾았다
https://forums.developer.nvidia.com/t/omniverse-isaac-gym-access-camera-stream/219590
Omniverse ISAAC Gym - Access camera stream
So I noticed that ISAAC SIM now supports ISAAC Gym integration to set up environments. Is my understanding correct that https://github.com/NVIDIA-Omniverse/IsaacGymEnvs is now deprecated and https://github.com/NVIDIA-Omniverse/OmniIsaacGymEnvs is now the w
forums.developer.nvidia.com
내일 정리해야지
isaacGym을 사용해야하나싶기도 하고.
찾아보고 내용 추가하겠다
'isaac sim' 카테고리의 다른 글
nvidia container toolkit 실행 오류 (0) 2024.07.24 isaac sim, isaac gym의 이해 (0) 2023.04.13 USD is null prim 해결법 (0) 2023.04.12 URDF 파일을 USD 파일로 변환하는 방법 (0) 2023.04.10