조명
2024. 6. 3.

https://forums.developer.nvidia.com/t/trying-to-add-an-attribute-to-a-sphere-light-in-isaac-sim-2023-1-1-does-not-work/278660

 

Trying to add an attribute to a sphere light in Isaac Sim 2023.1.1 does not work

I have this code where I create a light sphere in Isaac Sim and I have some attributes added to it that work and the information from the code is handled correctly in the Isaac Sim properties tab. But when I tried to add the last attribute (“visibleInPri

forums.developer.nvidia.com

https://forums.developer.nvidia.com/t/add-a-light-source-with-python-api/231795/2

 

Add a light source with Python API

This code works for me for creating Sphere lights: l = UsdLux.SphereLight.Define(world.stage, Sdf.Path(some_prim_path)) l.CreateExposureAttr(...) l.CreateRadiusAttr(...) l.AddTranslateOp() XFormPrim(some_prim_path).set_local_pose(translation=...) You could

forums.developer.nvidia.com

https://docs.omniverse.nvidia.com/kit/docs/omni.ui.scene/latest/Gestures.html

 

Gestures — Omniverse Kit 1.10.3 documentation

Gestures handle all of the logic needed to process user-input events such as click and drag and recognize when those events happen on the shape. When recognizing it, SceneUI runs a callback to update the state of a view or perform an action. Gesture Manage

docs.omniverse.nvidia.com

https://docs.omniverse.nvidia.com/py/isaacsim/source/extensions/omni.isaac.wheeled_robots/docs/index.html

 

Wheeled Robots [omni.isaac.wheeled_robots] — isaac_sim 4.0.0-beta.90 documentation

Note If no articulation_controller was passed during class instantiation, a default controller of type ArticulationController (a Proportional-Derivative controller that can apply position targets, velocity targets and efforts) will be used

docs.omniverse.nvidia.com

 

'2024 > [8] 자율주행 항만 로봇' 카테고리의 다른 글

리눅스 재부팅  (0) 2024.08.30
--  (0) 2024.06.12
Ubuntu pro  (0) 2024.06.01
OmniGraph와 USD의 관계 및 데이터 처리 과정  (0) 2024.05.28
ST_참고자료  (0) 2024.05.20