Wima.SettingsGroup.json 947 Bytes
Newer Older
1 2 3 4 5 6
[
{
    "name":             "lowBatteryThreshold",
    "shortDescription": "The battery threshold in percents, for which low battery handling measures get triggered.",
    "type":             "double",
    "units":            "%",
7
    "defaultValue":     35
8 9 10 11 12 13
},
{
    "name":             "enableLowBatteryHandling",
    "shortDescription": "Enables or disables low battery handling measures.",
    "type":             "bool",
    "defaultValue":     true
14 15 16 17 18 19
},
{
    "name":             "minimalRemainingMissionTime",
    "shortDescription": "If the remaining estimated mission time is lower than this value, low battery handling will not be triggered.",
    "type":             "uint64",
    "units":            "s",
20
    "defaultValue":     15
21
},
22 23 24 25 26 27
{
    "name":             "rosbridgeConnectionString",
    "shortDescription": "Ros Bridge Connection String (host:port).",
    "type":             "string",
    "defaultValue":     "localhost:9090"
}
28
]