From a24b6930e40232e131980ed34c4895018d29055b Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 3 Feb 2014 10:55:58 -0800 Subject: 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. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') 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 -- cgit v1.2.3