Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Initial parameters can be defined using the parameters.yaml - file. For most parameters, there is yet no convention regarding their name and types, so please contact someone responsible for the LCC if this part of the documentation has not been updated yet.

Image Modified

The parameters are stored in the YAML format in the file parameters.yaml in the directory of the LCC. Some parameters are distributed on program startup, these must be either edited in the LCC before restarting it, or they can be edited manually by changing the content of the YAML file:

Image RemovedImage Added

Six different parameter types can be defined - bool, integer, double and string as well as comma-separated lists of integers and doubles. The parameters consist of a name (e.g. trajectory_controller/lateral_D_gain), a value (or set of values) and an information string that can be used to describe the purpose of the parameter.

...

The LCC can use different YAML files as well. A file chooser has been implemented to load and save parameter configurations (to / from YAML files).

Image RemovedImage Added

Save can be used to store the current configuration in the current file.

...