Skip to content

Commit e94fd9f

Browse files
committed
Update semisub.py
1 parent eadc735 commit e94fd9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/python_vehicle_simulator/vehicles/semisub.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
# -*- coding: utf-8 -*-
23
"""
34
semisub.py
@@ -93,7 +94,7 @@ def __init__(
9394
)
9495
self.nu = np.array([0, 0, 0, 0, 0, 0], float) # velocity vector
9596
self.u_actual = np.array([0, 0, 0, 0, 0, 0], float) # RPM inputs
96-
self.name = "Semisubmersible"
97+
self.name = "Semisubmersible (see 'semisub.py' for more details)"
9798

9899
self.controls = [
99100
"#1 Bow tunnel thruster (RPM)",

0 commit comments

Comments
 (0)