Jump to content

Search the Community

Showing results for tags 'gravity assist'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Welcome Aboard
  • Kerbal Space Program 2
    • KSP2 Dev Updates
    • KSP2 Discussion
    • KSP2 Suggestions and Development Discussion
    • Challenges & Mission Ideas
    • The KSP2 Spacecraft Exchange
    • Mission Reports
    • KSP2 Prelaunch Archive
  • Kerbal Space Program 2 Gameplay & Technical Support
    • KSP2 Gameplay Questions and Tutorials
    • KSP2 Technical Support (PC, unmodded installs)
    • KSP2 Technical Support (PC, modded installs)
  • Kerbal Space Program 2 Mods
    • KSP2 Mod Discussions
    • KSP2 Mod Releases
    • KSP2 Mod Development
  • Kerbal Space Program 1
    • KSP1 The Daily Kerbal
    • KSP1 Discussion
    • KSP1 Suggestions & Development Discussion
    • KSP1 Challenges & Mission ideas
    • KSP1 The Spacecraft Exchange
    • KSP1 Mission Reports
    • KSP1 Gameplay and Technical Support
    • KSP1 Mods
    • KSP1 Expansions
  • Community
    • Science & Spaceflight
    • Kerbal Network
    • The Lounge
    • KSP Fan Works
  • International
    • International
  • KerbalEDU
    • KerbalEDU
    • KerbalEDU Website

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Twitter


About me


Location


Interests

Found 23 results

  1. Hello ! I released an online tool that allows for automatic planning of interplanetary trajectories with multiple gravity assists. https://krafpy.github.io/KSP-MGA-Planner/ The tool provides an interactive 3D replica of KSP's solar system where you can zoom on planets and moons. It also provides a time selector to see the KSP's system configuration at a specific date. The trajectory calculator works in two steps: Generation of a planteray sequence : configure the origin and destination body, and constraints on the trajectory (maximum number of swing-bys...). The sequence generation calculates a set of possible sequences that respect the constraints you've specified. Trajectory optimization : once you've selected a sequence, you specify an earliest and latest departure date, and a parking orbit radius around the departure body. The tool will then run an optimization process to calculate a possible optimal trajectory with the given sequence and departure conditions. The details of the nomenclature and each settings is detailed in the "How to use" section. The calculated trajectory will be displayed in the solar system view: interplanetary orbit arcs as well as flyby orbits of each planet encountered. The date and ΔV along each axes of each maneuver are displayed. The trajectory can be vizualised step by step, and you can click on the date of each maneuver to set the system view to that date. July 2022 Update: How to add solar systems The tool can now support different solar systems from mods. Follow these steps if you want to use the tool on a solar system that is not supported: Fork the project from its github repository (https://github.com/Krafpy/KSP-MGA-Planner) and create a new branch for your solar system. Create a new folder in the `data` folder where the solar system data will be stored (e.g. data/some-system). Copy the `config.yml` and `bodies.yml` files from the `data/stock` to the folder you just created and edit them with your solar system data. `config.yml` stores the global configurations of the tool. These parameters must be changed depending on the properties of the solar system (e.g. duration of a day, camera clip distances for large solar systems...). `bodies.yml` stores the description of each bodies in the solar system. Follow rigorously the edit notes. If the solar system uses Kopernicus' .cfg files for configuration, you can directly convert them into a `bodie.yml` file on this page : https://krafpy.github.io/KSP-MGA-Planner/tools/cfg-to-yml/ Add an entry to the `data/systems.yml` file, following the template. Test the tool on your computer with your system. You simply need to run a HTTP sever on the repository folder (I use VSCode live server). Create a pull request to the github repository for me to merge it (only for mods, not personal solar systems). Important notes and current issues : Despite the precision of the maneuvers details, it is very unlikely that following them will give the exact same trajectory in game. They do however result in a similar trajectory to the one calculated by the tool, and most of the time only some fine tunings are needed at each maneuver. There is no guarantee that the calculated trajectory is the best one. Since multiple gravity assists problems can only be solved using iterative optimization algorithm (here it's a differential evolution algorithm which is implemented), the result only approximates the best solution. It is totally possible that a better trajectory than the one calculated exists. A calculated trajectory may be unfeasible (more likely because of unfeasible flybys) in game due to the implementation not (yet) considering some parts of KSP's physics. A calculated trajectory may be complete non sense and absurd because of constraints implemented in the optimization process (this is very likely to occur when you look for trajectory between moons like in the Jool's system). These problems may be solved in the future. I hope this tool may be useful and I'm open to any feedback. Thanks !
  2. Kerbal Transfer Illustrator Link: https://kerbal-transfer-illustrator.netlify.app Description: The Kerbal Transfer Illustrator is a set of mission planning tools inspired by alexmoon's Launch Window Planner, Arrowstar's KSPTOT, and krafpy's MGA Planner, among other things. It consists of 4 interconnected pages, which each make use of pretty, interactive 3D displays of the solar system: Transfer Illustrator: Generate porkchop plots and calculate trajectories for any starting and ending orbits in a solar system Optimize trajectories for accurate in-game use Optionally use Oberth maneuvers for arrival and departure from celestial bodies Flyby Illustrator: Search for efficient multi-gravity-assist missions with powered flybys Optionally make use of deep space maneuvers between flybys (work in progress) Optimize trajectories for accurate in-game use (usually reasonably accurate, work in progress) Flight Planner: Visualize trajectories for multiple crafts Plan relay constellations by looking using the CommNet display Manually edit individual maneuver nodes and see real-time changes to the resulting trajectory Copy and paste flight plans from the Transfer and Flyby Illustrators System Editor: Tweak settings for individual planets, or make entirely new solar systems Load modded systems from Kopernicus configuration files Use custom systems in the other pages of the app Also note that orbits and crafts can be loaded from your KSP save files, and links can be generated from each page to save/share your flight plans! Modded systems that are already built in to the app include: Outer Planets Mod JNSQ Galileo Planet Pack Real Solar System KSRSS Any comments, contributions, or ideas for new features are appreciated! The Kerbal Transfer Illustrator is licensed under the Creative Commons Zero v1.0 Universal license.
  3. Wayfinder https://github.com/Muetdhiver-lab/Wayfinder Wayfinder is a python based Multiple Gravity Assist search tool for KSP, including support for the JNSQ planet pack. It allows for efficient search of gravity assist sequences using state of the art tools using pykep/pygmo packages from ESA. At the moment it's a set of python scripts with no GUI. Requires python 3.6 or 3.7 How does it work : Wayfinder uses a job batch system with the results of said jobs saved in an xslx format for storage and readability. Jobs can be added with the desired parameters (fly-by sequence, insertion type, search space bining, optimizsation level and so on). Once added, jobs can be run in batches, and results will be saved. Once results are saved, the results can be searched and accessed with a few utilites as : - finding the best result in a given set (sequence + launch dates) - display several sequences for comparison in terms of DV cost and Time of flight. - compare different sequences in a DV cost vs launch date line plot - display a job result as a flight plan in a text format References and thanks: This work would not have been possible without - pykep : https://esa.github.io/pykep/ - pygmo : https://esa.github.io/pygmo2/ - transfer planer for JNSQ : https://github.com/LouisB3/ksp-lwp-jnsq - the original transfer planer : https://github.com/alexmoon/ksp Special thanks to ESA to make those package available to the public, it's awesome. An other big thank you to the Jool5 Caveman Challenge , as it kickstarted the whole project.
  4. Hello everyone! The capstone of stock KSP missions is the “grand tour” - landing on every planet and moon in the Kerbol system. (You can technically land on Jool but that’s not traditionally counted). A single launch grand tour is a feat of precision engineering, careful mission planning, and the dedication to actually fly fifteen landings and return safely. The first mission I'm really proud of was a grand tour mission (which was also my first ever Eve return), and I posted an album of it on this forum. The mothership looked something like this: And this was the entire craft: Like most grand tours, this is a very large rocket, and I completed this mission mostly through pure brute force. I did use some gravity assists, but this rocket absolutely conforms to the "More Boosters" philosophy more than anything. This was done in October of 2020, shortly after I started playing the game, and you can see that in the distinct lack of optimized craft design. But that was two years ago, and since then I've gotten much better at craft optimization, gravity assists, piloting, and the game in general. Probably the best example of this was the Eve lander of this early mission, which looked like this: It’s a pretty large lander and way overbuilt for Eve, but it got the job done. And then a while ago I did a 7.5 ton Eve mission, which I later cut down to just under 7 tons. This is still the record for lowest mass kerballed Eve return without abusing “magic wing” type glitches, even without ISRU. It gave me an idea - since this Eve lander was so much smaller than my first one, could I make a grand tour mission, but this time putting a special focus on minimizing mass? I first started thinking about a minimalist grand tour in February of 2022, but exams prevented me from doing much more. I revisited the concept in June, and managed to cobble together something vaguely resembling a craft - but I was occupied with graduating college, and it never flew. Here’s a picture of it anyway - it is similar in concept to my final design: This was only part of the final craft, and was already projected to be much smaller than my previous grand tour - at the time I estimated a final mass of around 20 tons. As far as I’m aware, this would still be the lowest mass grand tour ever, as the lightest I know of is Brad Whistance’s 25 ton craft which made heavy use of ISRU. But this was unsatisfying - I was still leaving a lot of mass on the table. My original grand tour mission used Mammoth engines on the first stage. I wanted to have the mass of my entire craft be less than the fifteen tons of a single one of those engines. About a month ago, I finalized the design of the craft: 14.45 tons - well within my mass goal of 15 tons. As you’ll see, I could have pushed this even lower, but I chose not to because I had already met my goal. A breakdown of the craft design is below. I made a video showcasing this mission, also. I've put my comments on it (time stamped) in a spoiler box below.
  5. (This was first posted on the Space Exploration StackExchange and the AskScienceDiscussion subreddit first, but I want more input, so I'm posting here as well. As forewarning, the most integral details of this question are bolded.) For context, I have been writing an alternate history involving the accelerated development of spaceflight technology for over 5 years now (one with quite different assumptions from other examples of the subgenre), and one of its long-standing elements has been a wildly-ambitious space probe that would be sent on a Solar System Circumnavigation through a Grander Tour. What does this mean? Well, here are the mission objectives: The main spacecraft body (which I will obfuscatorily name “the Spacecraft”) must fly by every planet (1930–2006) in the Solar System save Pluto. At least a subprobe (“Subprobe A”) must fly by Pluto. Double points if it manages to do so while flying by all 8 other planets. A sample, no matter how miniscule (probably micrometeorites or ring particles), must be returned to Earth by a subprobe or sub-subprobe (“Subprobe B”) after flying by all 8 2006– planets. The course correction to do so may involve as much as an orbital-scale (~9000 m/s) multi-stage solid rocket together with aerobreaking and/or a brutal gravity assist. Double points if it is on or launched from Subprobe A. Triple points if it is on or launched from Subprobe A after the Pluto flyby. Each flyby in the Outer Solar System should preferably be at least 1 synodic period before that of the real-life Grand Tour users the Voyagers in order to prepare for the arrival of a vaguely equivalent program. The base of the spacecraft’s conception was that it would be launched around the time of or before the first outer planets and interstellar probes in real life (Pioneer 10/11) to make time for it to engage on a more proper Grand Tour trajectory. This was reinforced by the fact that said time range roughly overlaps with the 450th anniversary of an Earth circumnavigation expedition done by the crew of a certain navigator, who happens to be the namesake of a far less impressive real-life space mission. So, the rock-hard minimum and maximum are the 450th anniversary of the start of that navigator’s voyage (September 20th, 1969) and the launch of the latter Pioneer, Pioneer 11 (April 5th, 1973). However, it would ideally be launched before September 6th, 1972, exactly 450 years after what was left of that expedition returned, yet as close to that date as possible (i.e. within 1972) to allow as much advanced technology to be used in it as possible—the spacecraft would include developments like 8-bit microprocessors, helical-scan tape data storage, robotic arms, synthetic aperture RADAR, and possibly non-solid-state radioisotope generators. And yes, the first asking of this question was deliberately timed to match with the 50th anniversary of that date and the 45th anniversary of the launch of Voyager 1. (I’d have preferred it to be earlier, but ehh…) Also, the spacecraft’s original conception had it launched on a Saturn IB–Agena D (what I thought was the highest-capacity high-velocity non-Saturn V notional “drop-in” vehicle that could have been made at the time… ignoring that either a Saturn IB–Centaur or earlier Titan IIIE would have greater capacity and could probably be made with similar R&D), but as its size and capabilities grew, its proposed launch vehicle was progressively upgraded until it became the “Saturn 1E-SB”, which consists of 4 stages (more details on which could be provided if required), the last one, not considered integral to the launch vehicle’s identity, being the main course correction stage of the spacecraft. The first 3 stages would have the capability to put the 4th stage and ~5.5-ton spacecraft complex—~28.5 tons in total and ~6.75 tons dry mass—on a trans-Cytherean or potentially trans-Martian injection (up to 3650 m/s tested in KSP RSS RO using a penultimate version of the launch vehicle, probably ~3800 m/s), beginning its Grander Tour… A Saturn V could do so, too, and to be honest I now find justifying the existence of the Saturn 1E-SB somewhat difficult, so I may bite the bullet of switching away from a “Saturn one” platform. Now, how much ∆v would the course correction stage be capable of supplying? A measly… ~5500 m/s. And that’s with the subprobes still attached. So there is a very beefy, though not unlimited course-correction capacity. Now, orbital mechanics is a complex business, and I don’t know if it would even be possible to fulfill even the barest mission requirements given the ∆v budget within that launch window, let alone how it would be done. However, the existence of trajectory designs like this, a flyby of all 2006– planets launched in the same vague timeframe with a negligible course-correction budget, indicates its likely possibility. Note that the 5500 m/s and 5.5 tons payload is a maximum and minimum, respectively—the more optimized the trajectory can be made, the smaller the fuel mass of the course correction stage needs to be, allowing a greater scientific payload, so the more optimized the mission is, the better. And so, the question. Ideally, I’d like to have the specifics of this drilled down by April 5th, 2023 for some sense of timeliness. For more context, this is the encounter order as planned when the conception of this mission reached its modern form: Main spacecraft: Earth→Venus→Mercury→Venus→Mars→Jupiter→Saturn→Ouranos→Neptune→Interstellar Subprobe A: 〃→〃→〃→〃→〃→〃→Pluto→Interstellar Subprobe B: 〃→〃→〃→〃→〃→〃→〃→Ouranos→Neptune→Earth
  6. Hello, in this challenge you are going to do a mission similar to that of Voyager 2. Voyager 2 was an interplanetary and interstellar mission and passed through four planets of the solar system (Jupiter, Saturn, Uranus and Neptune) taking advantage of the positions of Jupiter and Saturn made the famous 'gravitational assistance' where Jupiter and Saturn would propel the ship to reach Uranus and Neptune and after leaving the gravitational pull of the last planet it would become an interstellar-type mission. This challenge is going to be more difficult since you will have to go through all the planets of the kerbol system(flying over) (except Eeloo) (it is not necessary to go through the moons but if you prefer you can go through them) and use the 'gravitational assistance' so that you do not spend a lot of fuel. You also have to return safely to Kerbin. The instructions are as follows: You must arm your interplanetary satellite. The maximum height for the satellite is 30 m You must arm your rocket and take it off Go through all the planets of the kerbol system (except Eeloo) using the 'gravity assist' Return safely to Kerbin Post in this post video or screenshots The rules are as follows. Visual mods allowed The use of mods that guide the ship to the destination such as (MechJeb 2 and MechJeb) is not allowed The use of the cheat menu is not allowed, if it were used they would be disqualified Refills are not allowed Greetings from Mexico
  7. I've been having trouble rapping my head around slingshot maneuvers. Enter Sphere of Influence (SoI) and exit SoI with changed velocity. It basically breaks down to four maneuvers. A and B are from a higher (faster) orbit, C and D are from a lower (slower) orbit. A and C are leading the object, B and D are trailing. There are some hints in https://wiki.kerbalspaceprogram.com/wiki/Tutorial:_Gravity_Assist It shows C and D. but what about A and B? Which ones will increase my exit velocity? C Which ones will decrease my exit velocity? D
  8. How do I plan a gravity assist using Kerbin similarly to how Juno used Earth to get to Jupiter?
  9. I planned a jool transfer node and can't find a encounter with tylo that slowed me into orbit without spending ridiculous amount of dv , does anyone know how to do it?(I'm going to laythe)
  10. This idea came to me while doing a challenge from discord, which was to launch 5 different sattelites to 5 different celestial bodies, where of 2 of them are different planets, in one launch. So of course, I said to myself, lets launch sats to every single planet and moons, but I taught too : if this was possible in one ejection burn from LKO...., and it is !! But it was kinda a headache haha Because of the sick flybies, and launch windows. As this is quite a long mission report, I'll split it in multiple posts, to avoid having a 47 km long one, but for those who wants, here is already the complete mission, with minimum set of mandatory pics (was for the challenge submission) : https://imgur.com/a/ogUlZKJ So here's the rocket, pretty simple: And the upper/transfer stage, with sats stacked on top of it The plan is to launch all this stuff to Eve, and when needed, release some Sats along the way, so they can follow their own path to their respective destination. the mission uses the following general path: K - E - K - K - Jool (same as Galileo) for Eve sats, obviously, only K - Eve. for Duna sats: K - E - Duna. for Moho: K - E - E - Moho. (Same as Messenger, but without the multiple Moho flybies, unuseful in my case) for Dres: K -E - K - Dres for jools sats K - E - K - K - Jool. And for Eeloo, K - E - K - K - J - Eeloo (with insertion in Jool orbit to wait for the Jool-Eeloo window) Next post, I'll cover the mission from launch to Eve arrival
  11. I'm trying to plan a mission to Moho. While I have MechJeb's Delta-V gauge to tell me if I can or cannot fly directly to Moho - fleet construction and organization is another problem - it does not tell me if I have enough Delta-V to do an Eve Gravity Assist to Moho. Here's the story. While planning transfer orbits for my Eve Fleet two months ago, I saw that the planned maneuver would have taken me in an escape trajectory out of Eve and into a somewhat low circular orbit around Kerbol - I forgot the specifics of the orbit, but it would have enabled me to put the crafts in some designated path for a contract. Now it got me thinking "Hey, maybe I can do that for a trip to Moho." If that's the case, here's my plan for a Eve gravity assist to Moho: Wait until the next Kerbin->Eve transfer window to escape Kerbin's sphere of influence (I have Kerbal Alarm Clock) As soon as I reach Eve's SOI, set my periapsis to 100-125 km and (possibly, it's been months since I was last at Eve) get in an escape trajectory out of Eve. Low periapsis requires less delta-V. Anything lower than 90 km will be dangerous (atmospheric burn-up, aerobraking messing up my escape trajectory, etc.) After leaving Eve's SOI (and in solar orbit), set up a Hohmann Transfer to Moho. On one hand, I get to do a really cool physics-based maneuver and (possibly) save delta-V (I don't say "fuel" since it's not the only factor used in MechJeb's Delta-V gauge) on my way to Moho. On the other hand, here are some numbers that may convince me that flying directly to Moho is just as good as using an Eve gravity assist. DIRECT FLIGHT LKO to Moho's Surface = 5490 m/s LKO to Low Moho Orbit = 4530 m/s EVE GRAVITY ASSIST TO SURFACE LKO to Eve Intercept = 1140 m/s Eve Intercept to Moho's Surface = 4350 m/s 1140+4350 = 5490 m/s TO LOW MOHO ORBIT LKO to Eve Intercept = 1140 m/s Eve Intercept to Low Moho Orbit = 3390 m/s 1140+3390 = 4530 m/s NO DIFFERENCE, IS THERE What do you think I should do to save Delta-V? Should I just stick with direct flights to Moho, or do you recommend I use the Eve Gravity Assist? If the direct flight is the best bet, fine. If the Eve assist is the best bet, then: How do I time it right to have the most efficient flight? Remember: I have Kerbal Alarm Clock. Any instructions for such a flight, or does my plan sound solid? Either way, off to the drawing board (I mean V.A.B.) for me. Your input is greatly appreciated. Thank you.
  12. So I am trying to get to duna with as little delta v usage as possible. Is there an efficiënt and doable way to use gravity assists to get to duna? I know of the oberth effect (sorry if I misspelled it). I just need to know how i can do an efficiënt gravity assist to duna. thx Edit: thanks for the comments so far. But to clarify, I do not want to refuel. An idea: would it in theory be possible to get myself in a 10% slower orbit than kerbin and then use a kerbin gravity assist. And would this even be feasable .
  13. Hello! I’ve been playing KSP for a while now and have become quite confident in my abilities. Although, I’m still having trouble with gravity assists. Is there an equation of some sort that I can use to calculate my speed after the slingshot/brake? Ex. Before assist craft is going x m/s, after the assist the craft is going y m/s I also would like to know if there is an equation I can use that will tell me the orbital velocity at a certain altitude above a body. Ex. At h meters with d degrees of inclination, the craft must be going x m/s to maintain a circular orbit If you have any other useful equations that would be nice, thanks!
  14. I'm planing a manned Jool mission for my career save. The focus will be on extracting as much sweet, sweet science as possible from the Jool system before returning home to Kerbin. I'm going to use a NERV powered main mothership with 3 daughter landers to cover all the moons. (The Tylo lander will be an unmanned one-way trip!) Since this will be my first visit to Jool, I'm not sure what to expect for dV requirements after I capture into the Jool SOI. For a conservative estimate, I could simply add up all the numbers from the KSP delta-V map to get intercepts with each moon including the plane change amounts. This assumes (1) that the parent body will be Jool every time (2) no gravity assists from the other moons and (3) no daughter vehicles. With this in mind, do people have a ballpark number for the delta-v requirements to encounter all Joolian moons? I'm looking for rough estimates as a gut-check for my planning purposes, preferably from those who have done similar missions. I should also mention that I'm not planning to do any resource extraction, but I might need to if the dV requirements are too high.
  15. So I was watching this car jump from Minmus and noticed that a pass in front of the Mun tightened the resulting orbit considerably. Then I send my Iktomi explorer to Duna, and managed to pass in front of Ike, or rather, I crossed Ike's orbit just ahead of it. The insertion resulted in a wildly elliptical orbit, but it only cost me about 280 m/s. Then I take a look at what I can do out at the new apoapsis, and found that passing in front of Ike again would tighten the resulting orbit a lot, with the new apoapsis matching Ike's altitude, and only for a cost of 5 to 10 m/s. I imagine I could then tighten the orbit further for only a few m/s more at Duna periapsis, but didn't get a chance to investigate that yet. I want to understand what I'm seeing. I've read about and watched a lot of gravity assist examples on YouTube, but that car jump video had a very clear and beneficial example that I was then able to replicate. I remember that the assists are really directional changes at the body you're doing the assist at, but the new direction would instead represent some delta-v difference relevant to the parent body. But I'm wondering if a comparably simple rule would help me, something like, "pass ahead of a moon to slow down, pass behind it to speed up." At least in the two dimensions the typical orbital plane is in. --
  16. as the title says, it would be really nice if we could have a helper with gravity assists, like KER (is that going to be updated for 1.2? if ever?) but for gravity assists, so you could do gravity assists and missions like voyager, so you didn't have to have that much Delta-V on your rocket, so you can have more for the mission and moving around to adjust your orbit so you could make a mission like Cassini, resulting in more science, and more places you said you went to
  17. With the current excitement around the Juno mission approaching Jupiter after its earth-gravity-assist journey there'll be a lot of people playing around in KSP with similar goals. One thing that always holds me back in my interplanetary craft design is an efficient transfer as I always feel it is something akin to blind luck whether a planned assist will actually be useful or not since it is very difficult to set-up with options we have. Before launch we can use an orbital satellite say to set-up a practice node, and we can even edit the set-up files to show a couple more SOI changes in the patched conics but how do we set-up an encounter with Kerbin from within the Kerbin SOI? For reference this is the Juno gravity assist & an awesome video filmed from Juno of the earth fly-by Two years after launching and heading out beyond the orbit of Mars Juno returns to encounter earth again giving it the extra Kinetic Energy required to reach Jupiter. I know that there are a lot of complexities in achieving this, and KSP is just a game after-all, but so much has already been achieved with the 'Map' screen in making previously impossible concepts easily visualized and achievable that I wonder if there is some way I don't know. I've seen some videos of people setting up elaborate gravity assists that take 10's of years and minimal burns using precise node and Mechjeb ... but what can we do in stock (or near-stock)? Are there any tricks I don't know about? Improbable 34 stage wobbling skyscraper rockets screaming their way obnoxiously through atmosphere are fun and all ... but a trim efficient design can be much more satisfying.
  18. Hi everyone. This isn't a first for me. I tend to sling mission together with little regard for tolerances, especially when I am headed somewhere for the first time. So my situation is this: Orbiting Dres (first time visiting Dres yay!) with about 1067m/s Delta V left in the tanks and a requirement to Kerbin from Dres of around 1.3 km/s. I'm a little short as they say! The mission has gone perfectly up to now with a successful landing, and planned canyon skydive being completed, as well as a rove. I don't really want to get out and push as while possible, I did that the first time I went to Moho and want to try something different. I'm thinking Gravity assist would be the best way. I can get to Jool for around 700m/s by the looks of it so what do I do from there? Do I swing round Tylo (I've heard you can get a free ride home from there under the right circumstances) or has someone got a better solution to get me home within the 1km/s budget? Answers muchly muchly appreciated - I've never really got into Gravity assists so I'm a little out of my depth! EDIT: @Zhetaan wow that's some superb information there so thanks for pretty much dropping an education on my sorry mission to Dres! I will explore this in depth this weekend and report back for you. @PLAD thanks also for your input SM
  19. Hello! I'm trying to get a gravity assist to get into Jool orbit. I've never done this before, and I'd be happy to hear any tips! Here's what it looks like: These are my primary questions: How can I see whether I will be in orbit after I've exited Tylo's SOI, before I've entered it? How can I figure out where I need to enter Tylo's SOI, and at what angle, to be captured into orbit? I can easily provide more info if it's needed. Thanks a lot!
  20. The challenge: Once in low-Kerbin orbit and you've matched planes with Minmus, position a maneuver-node to allow you, with only one burn, to put your spacecraft on a free-return trajectory around minmus, BUT! also get an encounter with the Mün between escaping from Minmus and Kerbin periapsis. Bonus points if you can have the Mün encounter slingshot you in a way that allows even more gravitational assist maneuvers. Basically, start in low Kerbin orbit matched with Minmus' orbital plane. From that plane-matched low-Kerbin orbit, perform ONE engine-burn with as many gravitational encounters/escapes as possible without any extra engine-burns.
×
×
  • Create New...