PhysX Lidar#
The PhysX SDK Lidar sensor is deprecated. Use the Physics Raycast Sensor (isaacsim.sensors.experimental.physics.RaycastSensor) as the replacement for rotating raycast-based lidar.
Concept mapping#
PhysX SDK Lidar |
Physics Raycast Sensor |
|---|---|
|
|
Horizontal / vertical resolution |
|
|
|
|
Use the Debug Draw RayCast OmniGraph node connected to the Isaac Read Physics Raycast Sensor node outputs. |
|
|
|
|
Setting |
Omit |
Interactive example#
The Physics Raycast Sensor example includes a rotating sensor configuration with time offsets that produces a 360-degree sweep:
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.