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

Turtle Help

Started by tfoote, 08 June 2012 - 01:11 AM
tfoote #1
Posted 08 June 2012 - 03:11 AM
I have my turtles and was wondering if… (and how)
Can Turtles find out their coordinates?
Can turtles navigate to a coordinate?

Muchos Grasias
kazagistar #2
Posted 08 June 2012 - 05:50 AM
They can find out their coordinates by you (or a turtle via rednet message) telling it to them and programming them to store it and update it.

They can move to a coordinate by you programming a pathfinding program.

Or you can just look in the turtle programs section and see if you find something that already works.
tfoote #3
Posted 08 June 2012 - 02:32 PM
what is the command that tells them their coordinates?
Lyqyd #4
Posted 08 June 2012 - 06:38 PM
You'll have to set up GPS servers and use calls to the GPS API.
kazagistar #5
Posted 08 June 2012 - 09:51 PM
You have to program the command, basically.
tfoote #6
Posted 09 June 2012 - 02:29 AM
Ok Thank you