Structure containing information about a sensor device (camera or lidar) managed by the Sensors class. More...
Functions | |
| def | __init__ (self, name="", type=SENSORS_TYPE.CAMERA) |
| Default constructor. More... | |
| str | sensor_name (self) |
| Custom name of the camera. | |
| SENSORS_TYPE | sensor_type (self) |
| Type of the sensor. | |
| def | get_id (self) |
| Returns the unique ID of the sensor. | |
| def | get_serial_number (self) |
| Returns the serial number of the sensor. | |
Structure containing information about a sensor device (camera or lidar) managed by the Sensors class.
| def __init__ | ( | self, | |
name = "", |
|||
type = SENSORS_TYPE.CAMERA |
|||
| ) |
Default constructor.
| name | : Custom name of the camera. |
| type | : Type of the sensor. |