mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge changes I20b44558,Ie26894e0,I4bb282e8,Ib6fa7330
* changes: Add seat headrest properties to DefaultProperties.json for CTS tests Add seat lumbar properties to DefaultProperties.json for CTS tests Add seat tilt properties to DefaultProperties.json for CTS tests Add seat depth properties to the DefaultProperties.json for CTS tests
This commit is contained in:
@@ -504,6 +504,461 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::SEAT_DEPTH_POS",
|
||||
"defaultValue": {
|
||||
"int32Values": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"areas": [
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_LEFT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_RIGHT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_LEFT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_RIGHT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_CENTER",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::SEAT_DEPTH_MOVE",
|
||||
"defaultValue": {
|
||||
"int32Values": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"areas": [
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_LEFT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_RIGHT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_LEFT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_RIGHT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_CENTER",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::SEAT_TILT_POS",
|
||||
"defaultValue": {
|
||||
"int32Values": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"areas": [
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_LEFT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_RIGHT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_LEFT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_RIGHT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_CENTER",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::SEAT_TILT_MOVE",
|
||||
"defaultValue": {
|
||||
"int32Values": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"areas": [
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_LEFT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_RIGHT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_LEFT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_RIGHT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_CENTER",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::SEAT_LUMBAR_FORE_AFT_POS",
|
||||
"defaultValue": {
|
||||
"int32Values": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"areas": [
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_LEFT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_RIGHT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_LEFT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_RIGHT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_CENTER",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::SEAT_LUMBAR_FORE_AFT_MOVE",
|
||||
"defaultValue": {
|
||||
"int32Values": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"areas": [
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_LEFT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_RIGHT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_LEFT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_RIGHT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_CENTER",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::SEAT_LUMBAR_SIDE_SUPPORT_POS",
|
||||
"defaultValue": {
|
||||
"int32Values": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"areas": [
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_LEFT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_RIGHT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_LEFT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_RIGHT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_CENTER",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::SEAT_LUMBAR_SIDE_SUPPORT_MOVE",
|
||||
"defaultValue": {
|
||||
"int32Values": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"areas": [
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_LEFT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_RIGHT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_LEFT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_RIGHT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_CENTER",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::SEAT_HEADREST_HEIGHT_MOVE",
|
||||
"defaultValue": {
|
||||
"int32Values": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"areas": [
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_LEFT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_RIGHT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_LEFT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_RIGHT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_CENTER",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::SEAT_HEADREST_ANGLE_POS",
|
||||
"defaultValue": {
|
||||
"int32Values": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"areas": [
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_LEFT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_RIGHT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_LEFT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_RIGHT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_CENTER",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::SEAT_HEADREST_ANGLE_MOVE",
|
||||
"defaultValue": {
|
||||
"int32Values": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"areas": [
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_LEFT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_RIGHT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_LEFT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_RIGHT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_CENTER",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::SEAT_HEADREST_FORE_AFT_POS",
|
||||
"defaultValue": {
|
||||
"int32Values": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"areas": [
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_LEFT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_RIGHT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_LEFT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_RIGHT",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_CENTER",
|
||||
"minInt32Value": -10,
|
||||
"maxInt32Value": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::SEAT_HEADREST_FORE_AFT_MOVE",
|
||||
"defaultValue": {
|
||||
"int32Values": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"areas": [
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_LEFT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_RIGHT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_LEFT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_RIGHT",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_CENTER",
|
||||
"minInt32Value": -1,
|
||||
"maxInt32Value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::SEAT_OCCUPANCY",
|
||||
"areas": [
|
||||
|
||||
Reference in New Issue
Block a user