@@ -30,16 +30,16 @@ def printSimInfo():
30
30
print ('---------------------------------------------------------------------------------------' )
31
31
print ('The Python Vehicle Simulator' )
32
32
print ('---------------------------------------------------------------------------------------' )
33
- print ('1 - Deep submergence rescue vehicle (DSRV): controlled by a stern plane, L = 5.0 m' )
34
- print ('2 - Frigate: rudder-controlled ship described by a nonlinear Nomoto model, L = 100.0 m' )
35
- print ('3 - Otter unmanned surface vehicle (USV): controlled by two propellers, L = 2.0 m' )
36
- print ('4 - ROV Zefakkel: rudder-controlled ship described by a nonlinear Nomoto model, L = 54.0 m' )
37
- print ('5 - Semisubmersible: controlled by tunnel thrusters and main propellers, L = 84.5 m' )
38
- print ('6 - Ship: linear maneuvering model specified by L, B and T using the Clarke (1983) formulas' )
39
- print ('7 - Offshore supply vessel: controlled by tunnel thrusters and main propellers, L = 76.2 m' )
40
- print ('8 - Tanker: rudder-controlled ship model including shallow water effects, L = 304.8 m' )
41
- print ('9 - Remus 100: AUV controlled by stern planes, a tail rudder and a propeller, L = 1.6 m' )
42
- print (' 10 - Torpedo: AUV controlled by configurable fins and a propeller, L = 1.6 m' )
33
+ print (' 1 - Deep submergence rescue vehicle (DSRV): controlled by a stern plane, L = 5.0 m' )
34
+ print (' 2 - Frigate: rudder-controlled ship described by a nonlinear Nomoto model, L = 100.0 m' )
35
+ print (' 3 - Otter unmanned surface vehicle (USV): controlled by two propellers, L = 2.0 m' )
36
+ print (' 4 - ROV Zefakkel: rudder-controlled ship described by a nonlinear Nomoto model, L = 54.0 m' )
37
+ print (' 5 - Semisubmersible: controlled by tunnel thrusters and main propellers, L = 84.5 m' )
38
+ print (' 6 - Ship: linear maneuvering model specified by L, B and T using the Clarke (1983) formulas' )
39
+ print (' 7 - Offshore supply vessel: controlled by tunnel thrusters and main propellers, L = 76.2 m' )
40
+ print (' 8 - Tanker: rudder-controlled ship model including shallow water effects, L = 304.8 m' )
41
+ print (' 9 - REMUS 100: AUV controlled by stern planes, a tail rudder and a propeller, L = 1.6 m' )
42
+ print (" 10 - Torpedo: Inspired by the REMUS 100 AUV, configurable fins and propeller, L = 1.6 m" )
43
43
print ('---------------------------------------------------------------------------------------' )
44
44
45
45
###############################################################################
0 commit comments