Clothoid-Fit Component¶
Todo
Describe the clothoid_fit component.
Defaults¶
The following help can be viewed with cloe-engine usage clothoid_fit:
Name: clothoid_fit
Type: component
Path: ~/.conan/data/cloe-plugin-clothoid-fit/0.23.0/cloe/develop/package/556c3c63fcf76b84b98e159b0bdbd4072cb85dfd/lib/cloe/component_clothoid_fit.so
Usage: {
"enable": "boolean :: enable or disable component",
"frustum_culling": "boolean :: enable or disable frustum culling"
}
Defaults: {
"enable": true,
"frustum_culling": true
}
JSON Schema¶
The following can be viewed with cloe-engine usage --json clothoid_fit:
{
"$id": "~/.conan/data/cloe-plugin-clothoid-fit/0.23.0/cloe/develop/package/556c3c63fcf76b84b98e159b0bdbd4072cb85dfd/lib/cloe/component_clothoid_fit.so",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "fit clothoids to polylines",
"properties": {
"enable": {
"description": "enable or disable component",
"type": "boolean"
},
"frustum_culling": {
"description": "enable or disable frustum culling",
"type": "boolean"
}
},
"title": "clothoid_fit",
"type": "object"
}