diff options
Diffstat (limited to 'src/steering_wheel_map.json')
-rw-r--r-- | src/steering_wheel_map.json | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/steering_wheel_map.json b/src/steering_wheel_map.json deleted file mode 100644 index 9e580d9..0000000 --- a/src/steering_wheel_map.json +++ /dev/null @@ -1,36 +0,0 @@ -{
- "PROPERTYS" : [
- {
- "PROPERTY" : "VehicleSpeed",
- "TYPE" : "uint16_t",
- },
- {
- "PROPERTY" : "EngineSpeed",
- "TYPE" : "uint16_t",
- },
- {
- "PROPERTY" : "AcceleratorPedalPosition",
- "TYPE" : "uint16_t",
- },
- {
- "PROPERTY" : "TransmissionGearInfo",
- "TYPE" : "uint16_t",
- },
- {
- "PROPERTY" : "TransmissionMode",
- "TYPE" : "uint16_t",
- },
- {
- "PROPERTY" : "SteeringWheelAngle",
- "TYPE" : "uint16_t",
- },
- {
- "PROPERTY" : "TurnSignalStatus",
- "TYPE" : "uint16_t",
- },
- {
- "PROPERTY" : "LightStatusBrake",
- "TYPE" : "bool",
- },
- ]
-}
|