From 263fadda3b5c5642aec6e470ab56f9d8c6aa2dc0 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Fri, 27 Jul 2018 00:10:04 +0200 Subject: [PATCH] CEIL instead of ROUND on maneuver node burn duration estimation to allow more time for perfecting the burn. --- node.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.ks b/node.ks index ca1b9f3..d5531c9 100755 --- a/node.ks +++ b/node.ks @@ -32,7 +32,7 @@ function execute_node { print "Approaching". lock STEERING to node:DELTAV. - wait until node:ETA <= ROUND(burn_duration/2). + wait until node:ETA <= CEIL(burn_duration/2). // CEIL instead of ROUND, since we'd rather start the burn too soon to have time for perfecting the burn print "Burn!". lock THROTTLE to 1.0.