-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Douglas Schilling Landgraf <[email protected]>
- Loading branch information
Showing
8 changed files
with
528 additions
and
0 deletions.
There are no files selected for viewing
66 changes: 66 additions & 0 deletions
66
usr/share/vss-lib/automobiles/tires/BFGoodrich/All-Terrain_TA_KO2/All-Terrain_TA_KO2.vspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
# BFGoodrich All-Terrain T/A KO2 Tire VSS (Vehicle Signal Specification) | ||
vspec: | ||
name: BFGoodrich_All_Terrain_TA_KO2 | ||
type: branch | ||
description: Signals related to BFGoodrich All-Terrain T/A KO2 tires | ||
|
||
children: | ||
pressure: | ||
type: sensor | ||
datatype: float | ||
unit: "kPa" | ||
description: "Tire pressure for BFGoodrich All-Terrain T/A KO2" | ||
min: 0 | ||
max: 500 | ||
accuracy: "±5kPa" | ||
vendor_specific: | ||
vendor: "BFGoodrich" | ||
model: "All-Terrain T/A KO2" | ||
sensor_type: "PressureSensor" | ||
|
||
temperature: | ||
type: sensor | ||
datatype: float | ||
unit: "Celsius" | ||
description: "Tire temperature for BFGoodrich All-Terrain T/A KO2" | ||
min: -50 | ||
max: 150 | ||
accuracy: "±3°C" | ||
vendor_specific: | ||
vendor: "BFGoodrich" | ||
model: "All-Terrain T/A KO2" | ||
sensor_type: "TemperatureSensor" | ||
|
||
tread_depth: | ||
type: sensor | ||
datatype: float | ||
unit: "mm" | ||
description: "Tread depth for BFGoodrich All-Terrain T/A KO2" | ||
min: 0 | ||
max: 15 | ||
accuracy: "±0.1mm" | ||
vendor_specific: | ||
vendor: "BFGoodrich" | ||
model: "All-Terrain T/A KO2" | ||
sensor_type: "DepthSensor" | ||
|
||
wear_indicator: | ||
type: sensor | ||
datatype: boolean | ||
description: "Tire wear indicator for BFGoodrich All-Terrain T/A KO2" | ||
vendor_specific: | ||
vendor: "BFGoodrich" | ||
model: "All-Terrain T/A KO2" | ||
sensor_type: "WearIndicator" |
66 changes: 66 additions & 0 deletions
66
usr/share/vss-lib/automobiles/tires/Bridgestone/Potenza_S001/Potenza_S001.vspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
# Bridgestone Potenza S001 Tire VSS (Vehicle Signal Specification) | ||
vspec: | ||
name: Bridgestone_Potenza_S001 | ||
type: branch | ||
description: Signals related to Bridgestone Potenza S001 tires | ||
|
||
children: | ||
pressure: | ||
type: sensor | ||
datatype: float | ||
unit: "kPa" | ||
description: "Tire pressure for Bridgestone Potenza S001" | ||
min: 0 | ||
max: 450 | ||
accuracy: "±5kPa" | ||
vendor_specific: | ||
vendor: "Bridgestone" | ||
model: "Potenza S001" | ||
sensor_type: "PressureSensor" | ||
|
||
temperature: | ||
type: sensor | ||
datatype: float | ||
unit: "Celsius" | ||
description: "Tire temperature for Bridgestone Potenza S001" | ||
min: -40 | ||
max: 130 | ||
accuracy: "±2°C" | ||
vendor_specific: | ||
vendor: "Bridgestone" | ||
model: "Potenza S001" | ||
sensor_type: "TemperatureSensor" | ||
|
||
tread_depth: | ||
type: sensor | ||
datatype: float | ||
unit: "mm" | ||
description: "Tread depth for Bridgestone Potenza S001" | ||
min: 0 | ||
max: 12 | ||
accuracy: "±0.1mm" | ||
vendor_specific: | ||
vendor: "Bridgestone" | ||
model: "Potenza S001" | ||
sensor_type: "DepthSensor" | ||
|
||
wear_indicator: | ||
type: sensor | ||
datatype: boolean | ||
description: "Tire wear indicator for Bridgestone Potenza S001" | ||
vendor_specific: | ||
vendor: "Bridgestone" | ||
model: "Potenza S001" | ||
sensor_type: "WearIndicator" |
66 changes: 66 additions & 0 deletions
66
usr/share/vss-lib/automobiles/tires/Continental/SportContact_6/SportContact_6.vspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
# Continental SportContact 6 Tire VSS (Vehicle Signal Specification) | ||
vspec: | ||
name: Continental_SportContact_6 | ||
type: branch | ||
description: Signals related to Continental SportContact 6 tires | ||
|
||
children: | ||
pressure: | ||
type: sensor | ||
datatype: float | ||
unit: "kPa" | ||
description: "Tire pressure for Continental SportContact 6" | ||
min: 0 | ||
max: 450 | ||
accuracy: "±5kPa" | ||
vendor_specific: | ||
vendor: "Continental" | ||
model: "SportContact 6" | ||
sensor_type: "PressureSensor" | ||
|
||
temperature: | ||
type: sensor | ||
datatype: float | ||
unit: "Celsius" | ||
description: "Tire temperature for Continental SportContact 6" | ||
min: -40 | ||
max: 140 | ||
accuracy: "±2°C" | ||
vendor_specific: | ||
vendor: "Continental" | ||
model: "SportContact 6" | ||
sensor_type: "TemperatureSensor" | ||
|
||
tread_depth: | ||
type: sensor | ||
datatype: float | ||
unit: "mm" | ||
description: "Tread depth for Continental SportContact 6" | ||
min: 0 | ||
max: 10 | ||
accuracy: "±0.1mm" | ||
vendor_specific: | ||
vendor: "Continental" | ||
model: "SportContact 6" | ||
sensor_type: "DepthSensor" | ||
|
||
wear_indicator: | ||
type: sensor | ||
datatype: boolean | ||
description: "Tire wear indicator for Continental SportContact 6" | ||
vendor_specific: | ||
vendor: "Continental" | ||
model: "SportContact 6" | ||
sensor_type: "WearIndicator" |
66 changes: 66 additions & 0 deletions
66
usr/share/vss-lib/automobiles/tires/Dunlop/Sport_Maxx_RT2/Sport_Maxx_RT2.vspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
# Dunlop Sport Maxx RT 2 Tire VSS (Vehicle Signal Specification) | ||
vspec: | ||
name: Dunlop_Sport_Maxx_RT_2 | ||
type: branch | ||
description: Signals related to Dunlop Sport Maxx RT 2 tires | ||
|
||
children: | ||
pressure: | ||
type: sensor | ||
datatype: float | ||
unit: "kPa" | ||
description: "Tire pressure for Dunlop Sport Maxx RT 2" | ||
min: 0 | ||
max: 450 | ||
accuracy: "±5kPa" | ||
vendor_specific: | ||
vendor: "Dunlop" | ||
model: "Sport Maxx RT 2" | ||
sensor_type: "PressureSensor" | ||
|
||
temperature: | ||
type: sensor | ||
datatype: float | ||
unit: "Celsius" | ||
description: "Tire temperature for Dunlop Sport Maxx RT 2" | ||
min: -40 | ||
max: 130 | ||
accuracy: "±2°C" | ||
vendor_specific: | ||
vendor: "Dunlop" | ||
model: "Sport Maxx RT 2" | ||
sensor_type: "TemperatureSensor" | ||
|
||
tread_depth: | ||
type: sensor | ||
datatype: float | ||
unit: "mm" | ||
description: "Tread depth for Dunlop Sport Maxx RT 2" | ||
min: 0 | ||
max: 10 | ||
accuracy: "±0.1mm" | ||
vendor_specific: | ||
vendor: "Dunlop" | ||
model: "Sport Maxx RT 2" | ||
sensor_type: "DepthSensor" | ||
|
||
wear_indicator: | ||
type: sensor | ||
datatype: boolean | ||
description: "Tire wear indicator for Dunlop Sport Maxx RT 2" | ||
vendor_specific: | ||
vendor: "Dunlop" | ||
model: "Sport Maxx RT 2" | ||
sensor_type: "WearIndicator" |
66 changes: 66 additions & 0 deletions
66
usr/share/vss-lib/automobiles/tires/Falken/Azenis_FK510/Azenis_FK510.vspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
# Falken Azenis FK510 Tire VSS (Vehicle Signal Specification) | ||
vspec: | ||
name: Falken_Azenis_FK510 | ||
type: branch | ||
description: Signals related to Falken Azenis FK510 tires | ||
|
||
children: | ||
pressure: | ||
type: sensor | ||
datatype: float | ||
unit: "kPa" | ||
description: "Tire pressure for Falken Azenis FK510" | ||
min: 0 | ||
max: 450 | ||
accuracy: "±5kPa" | ||
vendor_specific: | ||
vendor: "Falken" | ||
model: "Azenis FK510" | ||
sensor_type: "PressureSensor" | ||
|
||
temperature: | ||
type: sensor | ||
datatype: float | ||
unit: "Celsius" | ||
description: "Tire temperature for Falken Azenis FK510" | ||
min: -40 | ||
max: 130 | ||
accuracy: "±2°C" | ||
vendor_specific: | ||
vendor: "Falken" | ||
model: "Azenis FK510" | ||
sensor_type: "TemperatureSensor" | ||
|
||
tread_depth: | ||
type: sensor | ||
datatype: float | ||
unit: "mm" | ||
description: "Tread depth for Falken Azenis FK510" | ||
min: 0 | ||
max: 10 | ||
accuracy: "±0.1mm" | ||
vendor_specific: | ||
vendor: "Falken" | ||
model: "Azenis FK510" | ||
sensor_type: "DepthSensor" | ||
|
||
wear_indicator: | ||
type: sensor | ||
datatype: boolean | ||
description: "Tire wear indicator for Falken Azenis FK510" | ||
vendor_specific: | ||
vendor: "Falken" | ||
model: "Azenis FK510" | ||
sensor_type: "WearIndicator" |
Oops, something went wrong.