Minimator Simulator¶
Todo
Describe the minimator simulator.
Defaults¶
The following help can be viewed with cloe-engine usage minimator:
Name: minimator
Type: simulator
Path: ~/.conan/data/cloe-plugin-minimator/0.20.0/cloe/develop/package/498421a99d2afdb65ec3f6555b924a691c6b5f97/lib/cloe/simulator_minimator.so
Usage: {
"vehicles": "array of string :: list of vehicle names to make available"
}
Defaults: {
"vehicles": [
"default"
]
}
JSON Schema¶
The following can be viewed with cloe-engine usage --json minimator:
{
"$id": "~/.conan/data/cloe-plugin-minimator/0.20.0/cloe/develop/package/498421a99d2afdb65ec3f6555b924a691c6b5f97/lib/cloe/simulator_minimator.so",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "minimalistic simulator",
"properties": {
"vehicles": {
"description": "list of vehicle names to make available",
"items": {
"type": "string"
},
"type": "array"
}
},
"title": "minimator",
"type": "object"
}