134 posts
Location
Salt Lake, UT
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
351 posts
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.
134 posts
Location
Salt Lake, UT
Posted 08 June 2012 - 02:32 PM
what is the command that tells them their coordinates?
8543 posts
Posted 08 June 2012 - 06:38 PM
You'll have to set up GPS servers and use calls to the GPS API.
351 posts
Posted 08 June 2012 - 09:51 PM
You have to program the command, basically.
134 posts
Location
Salt Lake, UT
Posted 09 June 2012 - 02:29 AM
Ok Thank you