Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
DriverType.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  DriverType {
  CAN , RADAR , GNSS , LIDAR ,
  ROADWAY_SENSOR , COMMS , CONTROLLER , CAMERA ,
  IMU , TRAILER_ANGLE_SENSOR , LIGHTBAR
}
 Enum defining the different possible types of drivers. More...
 

Enumeration Type Documentation

◆ DriverType

enum class DriverType
strong

Enum defining the different possible types of drivers.

Enumerator
CAN 
RADAR 
GNSS 
LIDAR 
ROADWAY_SENSOR 
COMMS 
CONTROLLER 
CAMERA 
IMU 
TRAILER_ANGLE_SENSOR 
LIGHTBAR 

Definition at line 21 of file DriverType.h.