This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
ale6074's profile picture

Solved "GPS tower help"

Started by ale6074, 23 November 2012 - 11:04 AM
ale6074 #1
Posted 23 November 2012 - 12:04 PM
I got all 4 of my gps towers setup but from my turtle im still getting an error, the error is


97.6678 metres from -155,161,211
97.6678 metres from -161,161,211
94.33981 metres from -158,158,214
95.036835 metres from -158,158,208
postion is -158,64,222
any help would be nice thanks ;)/>/>
Edited on 23 November 2012 - 03:28 PM
Lyqyd #2
Posted 23 November 2012 - 12:20 PM
That doesn't look much like an error, it just looks like you're calling gps.locate() and passing debug as true.
Dlcruz129 #3
Posted 23 November 2012 - 04:01 PM
Lol, that's not an error. If you don't like the "x blocks away from x", just use gps.locate(), not shell.run("gps", "locate")
ale6074 #4
Posted 23 November 2012 - 04:27 PM
Lol, that's not an error. If you don't like the "x blocks away from x", just use gps.locate(), not shell.run("gps", "locate")

thanks!