aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbarenblat@galois.com>2014-02-03 10:55:58 -0800
committerGravatar Benjamin Barenblat <bbarenblat@galois.com>2014-02-03 11:32:09 -0800
commita24b6930e40232e131980ed34c4895018d29055b (patch)
tree94bb00ec77837ca0997beb417c67cba742a1bd00 /README
parent50969a223482384ea98bf0ca234d52f778f85c18 (diff)
Correct documentation and example for 'simExtAutomobileRequestNoise'
The documentation string (and README documentation) for 'simExtAutomobileRequestNoise' specified that distance noise was passed before intensity noise. In actuality, the reverse is true. This is an API-compatible change; only the documentation and example have been updated.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 8d424b9..266b904 100644
--- a/README
+++ b/README
@@ -51,8 +51,8 @@ disposal five new Lua functions:
incident.
- simExtAutomobileRequestNoise(table2 xy, table2 angle, table2 speed,
- table2 steeringAngle, table2 distance,
- table2 intensity)
+ table2 steeringAngle, table2 intensity,
+ table2 distance)
Requests that, in addition to the gathered data, the plugin also generate a
data set with artificial Gaussian noise added. Should you wish to use this
function, we strongly recommend you only call it once per run. The