Sensor
class Sensor
An input component that reports the environmental condition of a vehicle.
You can collect data about fluid levels, temperatures, vibrations, or battery voltage from sensors.
Types
Properties
Link copied to clipboard
A list of possible values a sensor can take.
Link copied to clipboard
The specified data type of the sensor.
Link copied to clipboard
The deprecation message for the node or the branch that was moved or deleted.
Link copied to clipboard
A brief description of a sensor.
Link copied to clipboard
The fully qualified name of the sensor. For example, the fully qualified name of a sensor might be Vehicle.Body.Engine.Battery
.
Link copied to clipboard
The fully qualified name of the struct node for a sensor if the data type of the actuator is Struct
or StructArray
. For example, the struct fully qualified name of a sensor might be Vehicle.ADAS.CameraStruct
.