diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-03 23:34:40 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-03 23:34:40 +0100 |
commit | ba70cc937a8a8517014da24f496bfba450093d84 (patch) | |
tree | a29447f8f92a40aaab601a714626a3e6793bb7d9 | |
parent | c7d4af5597403caea231b254ada5f55667dadb17 (diff) |
launch cactus
-rw-r--r-- | cactus.lua | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -17,9 +17,5 @@ local function ensure_scanner() return error("aaa") end assert(ensure_modem()) -local x,y,z = gps.locate() -print(x,y,z) -local v = vector.new(x,y,z) -print(v) local w = vector.new(gps.locate()) print(w) |