Jump to content

Python Kramax flight plan filer


Recommended Posts

I'm making a Python thing that lets you select waypoints and string them into a flight plan. Doesn't choose WP's for you just yet, given start and end location, but it will have a big waypoint database and it will format it for insertion into FlightPlans.cfg

Background: http://forum.kerbalspaceprogram.com/index.php?/topic/150846-121-kramax-autopilot-continued-course-guidance-and-auto-land-for-spaceplanes/

Kramax Autopilot Continued, second revival of Pilot Assistant

The waypoint definitions in DefaultFlightPlans.cfg and FlightPlans.cfg look a little like this:

Spoiler

WayPoint
                {
                    Vertical = true
                    lat = -0.050185
                    lon = -73.2137677633588
                    alt = 3000
                    name = WP_EAST
                }

Submit your own ideas for where to place waypoints. Use the format. Idea: name them as "[cool site] VOR" if they're specific to a KerbinSide base or a Kerbal Konstructs Base you would build. For general airway waypoints, just give them five-letter identifiers.

link to project folder NOW HAS AN ALPHA VERSION! Limited nav DB, run it in a Python3 interpreter, e.g. this one

EDIT: Kramax is evil in 1.2.2 and nobody knows why. @linuxgurugamer the issue seems to be with heading holds and with pitch/speed balance. It can't set up the plane to stay above stall speed. Pls fix thx! :)

Edited by Aerostar Research
linked folder for files
Link to comment
Share on other sites

  • 2 months later...
On 3/9/2017 at 8:05 PM, Aerostar Research said:

EDIT: Kramax is evil in 1.2.2 and nobody knows why. @linuxgurugamer the issue seems to be with heading holds and with pitch/speed balance. It can't set up the plane to stay above stall speed. Pls fix thx! :)

I am aware of it, don't have an answer yet, sorry

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...