homeward bound challenge

flytandem

Tutorial Publisher
Tutorial Publisher
Joined
Oct 19, 2007
Messages
499
Reaction score
5
Points
0
Location
San Bernardino
Website
www.flytandem.com
It's been a while so I thought I'd toss out a challenge for those interested in a bit of fun. The deltaglider has plenty of fuel to make it home to a landing on Earth if done right. No refuelling, or creating other ships to drag it home. Slings and atmospheric usage ok. Must be back on Earth within 2 years. :cheers:


Code:
BEGIN_DESC
You have 2 Earth years to make a safe landing anywhere on Earth.
END_DESC

BEGIN_ENVIRONMENT
  System Sol
  Date MJD 56461.1422709491
END_ENVIRONMENT

BEGIN_FOCUS
  Ship goinghome
END_FOCUS

BEGIN_CAMERA
  TARGET goinghome
  MODE Cockpit
  FOV 60.00
END_CAMERA

BEGIN_HUD
  TYPE Docking
  NAV 0
END_HUD

BEGIN_SHIPS
goinghome:DeltaGlider
  STATUS Orbiting Sun
  RPOS -10721939463.54 -4260658649.57 486315077703.72
  RVEL -14775.436 288.635 -12163.730
  AROT 178.64 50.53 178.91
  RCSMODE 2
  PRPLEVEL 0:0.050 1:0.110
  NAVFREQ 484 524 84 114
  XPDR 6
  RCOVER 1 1.0000
  PSNGR 2 3 4
  TRIM -1.000
END
END_SHIPS

BEGIN_ExtMFD
END


---------- Post added at 12:35 PM ---------- Previous post was Yesterday at 03:03 PM ----------

Solution: Imagine a skier or boarder carving a nice turn around a pylon. Same thing is available using Mars. Fly (gliding) inverted around Mars and exit at the right time and velocity and you will be on your way to coast back to Earth. Two part youtube of it is below.

(setting up the aerosling)

(flying it)

;)
 
Very nice challenge, flytandem. I was hoping to see what I could do with the challenge using IMFD so had a look at it last night. My first attempt required too much dV even with the sling so I'll have to spend some more time thinking about it rather than just winging it.

I'll see what I can do once I have some time and post my results. Or if someone else has done the challenge with IMFD I'd be interested in seeing the plan.

-- Mike
 
If anyone wants to try a similar challlenge but without having a solution posted then here is something.... as you probably will figure out you need to aerosling off Titan to head to Rhea to insert an orbit at Rhea.

Code:
BEGIN_DESC
Insert an orbit around Rhea without refueling. 
END_DESC

BEGIN_ENVIRONMENT
  System Sol
  Date MJD 54951.2133009722
END_ENVIRONMENT

BEGIN_FOCUS
  Ship dg1
END_FOCUS

BEGIN_CAMERA
  TARGET dg1
  MODE Cockpit
  FOV 10.00
END_CAMERA

BEGIN_PANEL
END_PANEL


BEGIN_SHIPS
dg1:Deltaglider
  STATUS Orbiting Sun
  RPOS -1418959799541.38 -24013812688.83 392358053267.99
  RVEL -591.024 3673.595 -16359.999
  AROT 153.34 -11.68 170.98
  PRPLEVEL 0:0.060 1:0.100
  NAVFREQ 0 0 0 0
  XPDR 0
END
END_SHIPS

BEGIN_ExtMFD
END
 
Oh well. Even with your great video walkthrough of the plan you used I haven't had great luck in a couple more attempts with IMFD. I'm sure the problem is the operator and not the tools. It seems more difficult to setup a multi-part plan with IMFD than with TransX. Sorry, no good information from me on this one.

I would be interested in hearing what kind of plans others might have developed using IMFD for this challenge.

Thanks again for posting the challenges, flytandem.

-- Mike
 
Back
Top