PhysX Lightbeam#
The PhysX SDK lightbeam sensor is deprecated. Use the Physics Raycast Sensor (isaacsim.sensors.experimental.physics.RaycastSensor) configured as a beam curtain to achieve the same functionality.
Concept mapping#
PhysX SDK Lightbeam Sensor |
Physics Raycast Sensor |
|---|---|
|
Length of the |
|
|
|
|
|
|
Per-beam hit / depth / position data |
|
Interactive example#
The Physics Raycast Sensor example includes a beam curtain sensor configuration with parallel vertical rays:
GUI: Open Robotics Examples > Sensors > Physics Raycast Sensor and click Load Scene.
Source code:
source/extensions/isaacsim.sensors.physics.examples/isaacsim/sensors/physics/examples/raycast_sensor.py
See Physics raycast sensor for the full documentation, including Python API usage and OmniGraph workflows.