Skip to content

Commit b42321a

Browse files
committed
Update supply.py
1 parent 3695288 commit b42321a

File tree

1 file changed

+1
-1
lines changed
  • src/python_vehicle_simulator/vehicles

1 file changed

+1
-1
lines changed

src/python_vehicle_simulator/vehicles/supply.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def __init__(
103103
m = 6000.0e3 # mass (kg)
104104
self.L = 76.2 # length (m)
105105
self.T_n = 1.0 # prop. rev. time constant (s)
106-
self.n_max = np.array([250, 250, 150, 250,
106+
self.n_max = np.array([250, 250, 250, 250,
107107
160, 160], float) # RPM saturation limits
108108
self.nu = np.array([0, 0, 0, 0, 0, 0], float) # initial velocity vector
109109
self.u_actual = np.array([0, 0, 0, 0, 0, 0], float) # RPM inputs

0 commit comments

Comments
 (0)