[fix] fixed typo and error in config description

This commit is contained in:
2020-01-29 01:19:10 -06:00
parent feb31da347
commit 575ae2a14a

View File

@@ -51,8 +51,9 @@ If the `count` of sensors is greater than the amount of `cells` in a `block`, th
Elements: Elements:
* `group`:`String` - sensor group assignment * `group`:`String` - sensor group assignment
* `parent`:`String` _[optional]_ - parent group assignment. The parents group ground truth for the current simulation tick is calculated before this grout and passed to it * `parent`:`String` _[optional]_ - parent group assignment. The parents group ground truth for the current simulation tick is calculated before this group and passed to it
* `value`:`double` - ground truth value * `truth`:`array` - array of ground truth values and their validity
* `value`:`double` - ground truth value
* `timeline`:`array` - sets simulation tick when this ground truth is active and turns inactive. * `timeline`:`array` - sets simulation tick when this ground truth is active and turns inactive.
* `start`:`int` - simulation tick when this function is active * `start`:`int` - simulation tick when this function is active
* `end`:`int` _[optional]_ - last simulation tick before this function is inactive * `end`:`int` _[optional]_ - last simulation tick before this function is inactive