Jump to content

grom

Members
  • Posts

    29
  • Joined

  • Last visited

Reputation

0 Neutral

Profile Information

  • About me
    Rocketeer

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Looking for pointers/configuration for using the saitek x52 joystick with Kerbal Space Program?
  2. Hey Slashy, I value the input. Well my original situation I was dealing with was the Mun. But you are correct about launch profile. That is why I using an RK4 simulator. I program in a launch profile, the one I have at the moment is hell basic, but I can put it code for other launch profiles. But the problem I was trying to solve with maths was once I find where I intersect the stations orbit, I know the current stations position. I want to then know the time difference it would be for the station to be in that intersection point from its current position. Or in other words.. Given two points in an orbit, calculate the time difference between them. Does that make sense now?
  3. Yes that is easier.. but also uses up deltaV. I originally started to work on this little simulator cause I was in situation where I had limited fuel. At the time I resorted to trail and error with quicksave/quickload and thought if only I had a calculator for this. It was quite an interesting situation.. I had to even use jetpack fuel to save Jeb.
  4. Mmmm.. yes so far it seems using the RK4 iteration I have its not a bad solution then. Just need to clean up the code and add comments. And I'm only dealing with orbits on the same plane. Have no idea how to take inclined orbits into consideration, other then simulate to where the inclined orbit passes over the launch site.
  5. I am trying to work out some orbital maths. The problem I'm working on is when to launch in order to rendezvous with a station. To simplify I'm assuming orbits along the equator plane. So far I've code code for converting between state vectors and orbital elements http://grom.zeminvaders.net/orbitsim/orbit_calc.html and a basic ascent simulator (which currently ignores atmosphere and uses a pitch of 45 degrees so is not optimal - its in very raw form) http://grom.zeminvaders.net/ascent.html At the moment how it works is once the rockets orbit (AP) will intersect with the stations orbit I stop simulating it and keep simulating until the station reaches that point on the orbit. On IRC someone gave me this equation on how to find the time to reach a position in the orbit given current position of station: http://integrals.wolfram.com/index.jsp?expr=sqrt%28l%2F%28GM%29%29x%2Fsqrt%28%28e^2-1%29x^2%2B2lx-l^2%29&random=false l = semi latus rectum e = eccentricity x = distance between centers I don't understand how to simplify this equation in order to convert it into code. So my aim is when I calculate the rocket will intersect the stations orbit that I use a formula to calculate the time it would take for the station to reach this position.
  6. I've attempted to write a computer program to calculate this, https://gist.github.com/grom358/6265990 . But the angle I get travelled around the planet is incorrect
  7. If I'm calculating this correclty... 600m/s of delta V remaining.
  8. So I took a 1 man pod with small lander attached (seat, OKTO2, 3 x oscar tanks, Rockomax 48-7S, 2 x OX-STAT panels, 4 x LT-5 landing legs) to the Mun. I've landed successfully and have got little less then half my fuel left (approx. 7L). My ship that I need to intercept is in 158 degree inclination measured with kerbal engineering mod (so it goes east to west) since I stupidly come around the wrong side on my Mun orbit and never though to correct it thinking of I had plenty of fuel on my lander. So since I don't have a lot of fuel I was thinking of timing my launch so that I intercept the ship when I reach AP. How can I calculate when to launch? I was thinking launch profile of launch up couple hundred meters (I am in pretty flat terrain) then burn on horizon till me AP intersects the ships orbit. Also what heading to aim for when launching to match the 158 degree inclination of the ship? EDIT: My current plan is to quicksave. Do a launch and measure the time it takes to reach the AP that intersects. Then quickload, and switch to the ship and add maneuver at the intersect point. When the ETA is just before the time it takes the lander to reach that point, switch back and do my launch. Though still not sure what heading to go to match inclination. At the moment been wasting fuel adjusting it as I do my launch.
  9. So does this mod fully replace Damned Robotics now? Or there still some parts it doesn't have equivalent of yet?
  10. Any chance of releasing the source code or better having it on github? I would love to help work on this with you as the default RCS system annoys me to no end.
  11. @ialdabaoth are you aware that you have already unpacked RealFuels? I only wanted the basic edition for being able to have empty (or partial full) tanks and the configurable ASAS. So I copied the ModularFuelTanks folder deleting out RuelFuels. Also what is ExsurgentEngineering used for? I never copied that over either.
  12. @MR4Y impressive! What mod are using for the wings there? It looks to me like you using Damned Robotics but then the wings fit around that part so nicely if that is the case.
  13. @ferram4 so they just activate based on speed/acceleration and have no relation to drag? if so then I can probably be going harder with some of this rockets then. Get into orbit quicker
  14. I know terminal velocity with FAR depends on your design (that is how much drag is being produced), but does getting mach (white) or heat effects mean past optimal speed when ascending? Or in other words what do these effects mean when using FAR? One thing I've been doing is limiting acceleration to 25m/s which seems to avoid these effects (cause sometimes my payload is so light that even with most efficient ISP engine still have too much TWR).
  15. How do you use flaps / air brake part of FAR? I would like to setup air brakes when doing reentry to smooth out the deceleration when doing reentry (slowing down more in thin atmosphere). And flaps for takeoff and landings. @ferram regarding my issue that other week I believe that was a PEBKAC. Still trying to get my head around all of what this mod does.
×
×
  • Create New...