Hi,
I need a tutorial that shows how to make an advanced turtle program like an turtle builder, that can read a especified design and, build it.
An example:
X=cobblestone
xxxxx
X----x
Xxxxx
Read this and make it.
Sorry for my bad spelling,i'm not English and i'm on the phone.
(Request)Someone can make an advanced turtle tutorial
Started by Loopin, Sep 13 2012 11:37 PM
3 replies to this topic
#1
Posted 13 September 2012 - 11:37 PM
#2
Posted 14 September 2012 - 12:55 AM
Making turtles build structures from a preset design is challenging and requires you to make several different apis and programs that are specific to different tasks.
The first thing you'll want to make is a navigation api. Make an api that is capable of navigating to a set of coordinates (x,y,z). I'll give you that at the bottom of this post, but I would suggest that you try to make your own first. Only a suggestion though
/> You can use mine by putting the file into your api folder and calling it with filename.navigate(x,y,z)
Next you'll need a program that allows you to create designs for your house and interpret that design into coordinates so your navigation api can read it. Check out Biposy's biodesign for ideas.
The third and final thing you'll need to make is something that uses the coordinates from the design program. I would suggest that you build in layers. Start from the bottom and build up.
Like I said at the beginning of this post, making advanced turtles is challenging and you'll need a lot of patience. With that said, I wish you the best of luck and hope that this post helped you get on the right track
/>
The first thing you'll want to make is a navigation api. Make an api that is capable of navigating to a set of coordinates (x,y,z). I'll give you that at the bottom of this post, but I would suggest that you try to make your own first. Only a suggestion though
Next you'll need a program that allows you to create designs for your house and interpret that design into coordinates so your navigation api can read it. Check out Biposy's biodesign for ideas.
The third and final thing you'll need to make is something that uses the coordinates from the design program. I would suggest that you build in layers. Start from the bottom and build up.
Like I said at the beginning of this post, making advanced turtles is challenging and you'll need a lot of patience. With that said, I wish you the best of luck and hope that this post helped you get on the right track
Spoiler
#3
Posted 14 September 2012 - 01:01 AM
Oops. Doublepost
#4
Posted 14 September 2012 - 01:15 AM
Thank you,
this should help me a lot.
this will be a challenge.
this should help me a lot.
this will be a challenge.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











