Файл конфигурации ровера "Контакт"
ПРЕДНАЗНАЧЕНИЕ КОНФИГУРАЦИИ
{
"restApiLink": "http://localhost:3005/vehicle-api",
"apiLink": "http://localhost:3006",
"apiToken": "000c5287-011a-4228-8e44-e31z6d44b065",
"webrtcLink": "http://localhost:1984",
"name": "CONTACT",
"serialNumber": "frame:test",
"type": "frame150",
"controlBoard": {
"isOn": true,
"comPort": "COM6",
"settings": {
"drives": {
"type": "Ppm",
"ports": {
"right": [
2
],
"left": [
1
]
},
"ppm": {
"max": 2000,
"middle": 1500,
"min": 1000
}
},
"lights": {
"front": {
"type": "Rel",
"ports": [
8
]
},
"flasher": {
"type": "Rel",
"ports": [
10
]
},
"turnLights": {
"left": {
"type": "Out",
"ports": [
1
]
},
"right": {
"type": "Out",
"ports": [
4
]
}
},
"reversingLights": {
"type": "Out",
"ports": [
2
]
},
"stopLights": {
"type": "Out",
"ports": [
3
]
},
"driveLights": {
"type": "Out",
"ports": []
}
},
"sounds": {
"horn": {
"type": "Rel",
"ports": [
5
]
}
}
}
},
"attachments": [
{
"id": "headlights"
},
{
"id": "flashers"
},
{
"id": "brush"
},
{
"id": "turnAround"
},
{
"id": "startStop"
},
{
"id": "sensetiveButton"
}
],
"gnss": {
"isOn": true,
"modules": [
{
"baud": 9600,
"port": "/dev/ttyUSB0",
"position": "front"
}
]
},
"jsn_hub": {
"isOn": true,
"baud": 9600,
"ports": [
"/dev/ttyCH9344USB10",
"/dev/ttyCH9344USB8",
"/dev/ttyCH9344USB0",
"/dev/ttyCH9344USB1"
]
},
"safeTronic": {
"isOn": false,
"comPort": "COM5",
"settings": {
"autoSendInterval": 200,
"autoSend": true,
"medianFilter": false,
"ultraSonicInterval": 200,
"infraRedInterval": 10,
"infraRedSettingsInteger": 10,
"infraRedSettingsFractional": 10,
"sensorsSettingsMinMax": 10
}
},
"battery": {
"isOn": false,
"comPort": "COM5"
}
}Последнее обновление