RadarSensorInterface#

Fully qualified name: isaacsim::sensors::physx::RadarSensorInterface

class RadarSensorInterface#

Interface for accessing radar sensor functionality.

Provides methods to interact with radar sensors in the simulation.

Public Members

bool (*isRadarSensor)(const char *sensorPath)#

Checks if a given path refers to a radar sensor.

Param sensorPath:

[in] Path to check.

Return:

True if path refers to a radar sensor, false otherwise.