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