First draft of station building mission

This commit is contained in:
2023-09-08 17:21:32 +02:00
parent 84b9d10c85
commit 8667b780ae
2 changed files with 19 additions and 2 deletions

16
mission/station_build.py Normal file
View File

@@ -0,0 +1,16 @@
from . import Mission
class StationBuildMission(Mission):
pass
# Ship part package to LKO
# if destination not Kerbin:
# Transfer part package to Right orbit
# if station core not in package:
# Rendez-vous with station (if station core not in package)
# separate package
# for each part:
# Determine connection ports and angle
# Start docking