Skip to content

Commit 6f492ac

Browse files
committed
Update remus100.py
1 parent 098dbc7 commit 6f492ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_vehicle_simulator/vehicles/remus100.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def dynamics(self, eta, nu, u_actual, u_control, sampleTime):
358358
(1-t_prop) * X_prop + X_r + X_s,
359359
Y_r,
360360
Z_s,
361-
K_prop,
361+
K_prop / 10, # scaled down by a factor of 10 to match exp. results
362362
self.x_s * Z_s,
363363
self.x_r * Y_r
364364
], float)

0 commit comments

Comments
 (0)