Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 2.52 KB

TODO.md

File metadata and controls

41 lines (36 loc) · 2.52 KB

TODO

  • orbit/hohmann - Hohmann Transfer to other celestial body
  • orbit/gravityassist - Use Gravity of a celestial body to slingshot towards another celestial body
  • orbit/injection - adjust speed to enter correct orbit upon arrival on a celestial object (gives an eliptic orbit after injection)
  • orbit/aerocapture - use a planets athmosphere to break into an injected orbit (not tested in real life and highly risky)
  • orbit/aerobreake - use a planets athmosphere to lower an eliptic orbit
  • orbit/geostation - Set Geostationary orbit at specified Longitude
  • orbit/rendezvous - Rendezvous with object
  • landing/landing - Safe controlled landing in specified position
  • orbit/step - Jump ahead or back certain % of orbit, useful for positioning satellites.
  • lib/deltav2burn - calculate burn time for specific deltaV maneuver
  • lib/AGC - functions related to displaying AGC equivalents of prorgams running
  • rover/path - drive a path to get to a destination avoiding obstacles
  • rover/explore - explore an area and gather science while avoiding obstacles
  • flight/takeoff - get an aircraft to safe altitude
  • flight/landing - land an aircraft in a certain position or runway
  • flight/autopilot - fly a path of waypoints
  • lib/science/contracts - get data related to contracts, such as type of science and experiment waypoint
  • agc/agc - the actual AGC adjusted for Kerbal physics (with option for modded physics / Real Solar System?)
  • agc/dsky - Apollo AGC DSKY for ingame display
  • agc/RPi - DSKY for a dedicated RPi unit over telnet - or other interface to link the unit with the game.
  • lib/link - Get or send data between active computers

WORK IN PROGRESS

  • orbit/setOrbit - adjust inclination, deescending node, argument of Periopsis
  • lib/utils/std - collection of standard functions and variables
  • lib/orbitals - collection of data about (experience needed for different scripts) of celestial bodies
  • orbit/maneuvernodes - Executes maneuvernodes set out (need adjustments in start of burn)

DONE

  • boot/boot - default minimum boot
  • boot/autotelemetryOrbiter - auto boots telemetry for orbitals
  • lib/countdown - visual countdown
  • telemetry/orbit - all interresting data for orbital crafts, what is sent back to KSC
  • lib/comms - various functions for communicatoin, supports vanilla and RemoteTech
  • lib/getScience - runs experiments and transmits back
  • landing/safedescent - Get inside athmosphere, athmospheric break, parachute down.
  • orbit/gravityturn - Gravity turn, ends when Periapsis is out of the athmosphere.