Skip to content

Commit 2823d43

Browse files
committed
Update remus100.py
1 parent 428be6d commit 2823d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_vehicle_simulator/vehicles/remus100.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def depthHeadingAutopilot(self, eta, nu, sampleTime):
498498
sampleTime
499499
)
500500

501-
u_control = np.array([ delta_r, delta_s, n], float)
501+
u_control = np.array([ delta_r, -delta_s, n], float)
502502

503503
return u_control
504504

0 commit comments

Comments
 (0)