Structure containing properties of a discovered Lidar device. More...
Attributes | |
| sl::String | name |
| sl::String | ip_address |
| int | port = 0 |
| int | imu_port = 0 |
| sl::SENSOR_STATE | sensor_state = sl::SENSOR_STATE::AVAILABLE |
| LidarInformation | lidar_information |
| Device information (serial number, firmware, configuration, etc.). More... | |
Structure containing properties of a discovered Lidar device.
This structure is populated during device discovery (getDeviceList()). For full sensor configuration and calibration data, use getLidarInformation() after opening.
| sl::String name |
Device name, e.g. "OS1-128".
| sl::String ip_address |
IP address of the device.
| int port = 0 |
UDP port for lidar data.
| int imu_port = 0 |
UDP port for IMU data.
| sl::SENSOR_STATE sensor_state = sl::SENSOR_STATE::AVAILABLE |
Availability state.
| LidarInformation lidar_information |
Device information (serial number, firmware, configuration, etc.).