Commit graph

23 commits

Author SHA1 Message Date
Casper V. Kristensen a664626468
Implement simple GUI. 2019-03-01 23:08:50 +01:00
Casper V. Kristensen 780aee5e7c
Move RCS logic to separate file. 2019-03-01 23:07:36 +01:00
Casper V. Kristensen 706daf5228
Use own orbital_velocity function from lib/orbital_equations instead of built-in velocityat(). 2019-03-01 23:04:39 +01:00
Casper V. Kristensen 296a7d0947
Rename lib/rendezvous to lib/target, adding target_ship() convenience function. 2019-03-01 23:02:19 +01:00
Casper V. Kristensen 49b5236521
Implement docking. 2019-02-12 23:33:17 +01:00
Casper V. Kristensen fc688799fe
Small QoL and readability. 2019-02-10 15:34:10 +01:00
Casper V. Kristensen 703afe4e8b
Don't use custom align_with function (invites A LOT of trouble due to the way things are passed around in kOS). 2019-02-10 15:32:50 +01:00
Casper V. Kristensen 6de947fb18
Allow node-execution script to execute a burn based on a vector (in addition to a node). 2019-02-09 21:32:14 +01:00
Casper V. Kristensen 694eeac86f
Implement align_with-function so as to not repeat ourselves too much. 2019-02-09 21:20:37 +01:00
Casper V. Kristensen 3a1a120ba9
Make custom vdraw-function more like the default one (mostly just to show by default at this point). 2019-02-09 21:18:47 +01:00
Casper V. Kristensen a38712c5a8
Better cohesion. 2019-02-08 23:18:34 +01:00
Casper V. Kristensen c99684d4dd
Add vecdraw function with better (?) defaults. 2019-02-08 22:19:26 +01:00
Casper V. Kristensen 93f78cf2a8
Print warp duration. 2019-02-08 22:18:09 +01:00
Casper V. Kristensen 396678e313
Improve ascend guidance. 2019-02-08 22:17:19 +01:00
Casper V. Kristensen 2e65161467
Add deploy all fairings/antennas helper functions. 2019-02-08 22:16:20 +01:00
Casper V. Kristensen 121581f227
Don't stage too quickly. 2019-02-08 18:45:13 +01:00
Casper V. Kristensen 804455c125
Fix file permissions. 2019-02-07 22:10:16 +01:00
Casper V. Kristensen 4bcc2ccd3a
Improve readability. 2019-02-07 21:56:34 +01:00
Casper V. Kristensen 7c2e925454
Actually add the syntax highlighting for PyCharm.. 2018-08-05 19:45:56 +02:00
Casper V. Kristensen 32852274cc
Add syntax highlighting for PyCharm. Update syntax throughout project to accommodate. 2018-08-05 19:40:16 +02:00
Casper V. Kristensen d353debe5a
Fix error caused by bug in the kOS language (?). 2018-07-28 00:58:17 +02:00
Casper V. Kristensen 738f581155
Add some orbital equations. 2018-07-27 21:32:14 +02:00
Casper V. Kristensen a6bcb34e06
Restructure. Improve node execution precision by an order of magnitude. 2018-07-27 17:23:38 +02:00