aboutsummaryrefslogtreecommitdiff
path: root/src/automobile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/automobile.cpp')
-rw-r--r--src/automobile.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/automobile.cpp b/src/automobile.cpp
index 365c96b..0a639be 100644
--- a/src/automobile.cpp
+++ b/src/automobile.cpp
@@ -1,5 +1,5 @@
/* automobile.cpp -- recording data about the car
- * Copyright (C) 2013 Galois, Inc.
+ * Copyright (C) 2013, 2014 Galois, Inc.
*
* This library is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
@@ -170,10 +170,10 @@ void registerLuaFunctions() {
std::vector<float>, // angle
std::vector<float>, // speed
std::vector<float>, // steering angle
- std::vector<float>, // distance
- std::vector<float>>( // intensity
+ std::vector<float>, // intensity
+ std::vector<float>>( // distance
"simExtAutomobileRequestNoise",
- "simExtAutomobileRequestNoise(table2 xy, table2 angle, table2 speed, table2 steeringAngle, table2 distance, table2 intensity)",
+ "simExtAutomobileRequestNoise(table2 xy, table2 angle, table2 speed, table2 steeringAngle, table2 intensity, table2 distance)",
setNoiseParameters);
vrep::exposeFunction<float, float, float, float>(
"simExtAutomobileSavePose",