Fix casing on all include lines.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user