Fix casing on all include lines.
This commit is contained in:
parent
828b5f9a5e
commit
37cbab7724
|
@ -1,5 +1,5 @@
|
|||
runoncepath("lib/throttle").
|
||||
runoncepath("lib/navigation").
|
||||
RunOncePath("lib/throttle").
|
||||
RunOncePath("lib/navigation").
|
||||
|
||||
// Calculate the direction to lock during ascent.
|
||||
function getAscentDir {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
//
|
||||
// Do not include both this and stabilize_helicopter.ks in one program.
|
||||
|
||||
runoncepath("/lib/sensors").
|
||||
RunOncePath("/lib/sensors").
|
||||
|
||||
// Convenience function for landing operations. Hover over a point with a negative velocity, shutting down on landing.
|
||||
function Land {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@lazyglobal off.
|
||||
|
||||
runoncepath("/lib/navigation").
|
||||
RunOncePath("/lib/navigation").
|
||||
|
||||
parameter where.
|
||||
add CreateCircularizationNode(where).
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@lazyglobal off.
|
||||
|
||||
runoncepath("/lib/navigation").
|
||||
RunOncePath("/lib/navigation").
|
||||
ExecNode().
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
// * AG9 is unmapped.
|
||||
// * Main throttle controls collective.
|
||||
|
||||
runoncepath("lib/stabilize_helicopter").
|
||||
runoncepath("lib/ui").
|
||||
RunOncePath("lib/stabilize_helicopter").
|
||||
RunOncePath("lib/ui").
|
||||
|
||||
clearguis().
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@lazyglobal off.
|
||||
|
||||
runoncepath("/lib/navigation").
|
||||
RunOncePath("/lib/navigation").
|
||||
|
||||
if HASNODE {
|
||||
print "Node dV: " + NEXTNODE:DELTAV:MAG.
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
@lazyglobal off.
|
||||
|
||||
runoncepath("/lib/reentry").
|
||||
RunOncePath("/lib/reentry").
|
||||
PerformReentry().
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
@lazyglobal off.
|
||||
|
||||
runoncepath("/lib/ui").
|
||||
runoncepath("/lib/navigation").
|
||||
runoncepath("/lib/throttle").
|
||||
runoncepath("/lib/stabilize_rocket").
|
||||
runoncepath("/lib/launch_rocket").
|
||||
runoncepath("/lib/sensors").
|
||||
runoncepath("/lib/reentry").
|
||||
RunOncePath("/lib/ui").
|
||||
RunOncePath("/lib/navigation").
|
||||
RunOncePath("/lib/throttle").
|
||||
RunOncePath("/lib/stabilize_rocket").
|
||||
RunOncePath("/lib/launch_rocket").
|
||||
RunOncePath("/lib/sensors").
|
||||
RunOncePath("/lib/reentry").
|
||||
|
||||
clearguis().
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
parameter name is "New Satellite".
|
||||
|
||||
runoncepath("/lib/navigation").
|
||||
RunOncePath("/lib/navigation").
|
||||
|
||||
stage.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user