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.24.0/cloe/develop/package/8f9ac47c1ba762e10f909572a2501bc20131849f/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.24.0/cloe/develop/package/8f9ac47c1ba762e10f909572a2501bc20131849f/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"
}