by Spiked3 » Fri Feb 18, 2011 2:46 pm
by Spiked3
Fri Feb 18, 2011 2:46 pm
short answer; no.
long answer; just about everything I have seen in robotics these days is targeted at low level hardware tinkering. especially the roboards.
Try the legos nxt, and their visual programming. its not basic but it can do plenty and is much more suited for starting.
Things like the robonova have a form of basic in them, but it is very very limited, you might as well stick to visual programming. Otherwise a mixture of C and assembler is what you are going to end up with.
You also need to understand there really are two types of 'programming robots' - 1 version where your goal/method involves capturing or playing a sequence of poses. and #2 is a method where you program move to / navigate / run / avoid kind of things. and of course, far more advanced, is combining the two.
what you are asking - it can be done - but no one has done it (without writing their own hardware support) , or shared their code if they have. I have 30+ years experienced, am certified in VB and C#, and overall would consider myself pretty advanced. I think I could eventually do it, but it just wasn't worth the effort - so my roboard sits powered off and i'm on to other things that are just easier. what I'm trying to say is if you are highly motivated, you might succeed, but as a casual hobbyist, probably not.
short answer; no.
long answer; just about everything I have seen in robotics these days is targeted at low level hardware tinkering. especially the roboards.
Try the legos nxt, and their visual programming. its not basic but it can do plenty and is much more suited for starting.
Things like the robonova have a form of basic in them, but it is very very limited, you might as well stick to visual programming. Otherwise a mixture of C and assembler is what you are going to end up with.
You also need to understand there really are two types of 'programming robots' - 1 version where your goal/method involves capturing or playing a sequence of poses. and #2 is a method where you program move to / navigate / run / avoid kind of things. and of course, far more advanced, is combining the two.
what you are asking - it can be done - but no one has done it (without writing their own hardware support) , or shared their code if they have. I have 30+ years experienced, am certified in VB and C#, and overall would consider myself pretty advanced. I think I could eventually do it, but it just wasn't worth the effort - so my roboard sits powered off and i'm on to other things that are just easier. what I'm trying to say is if you are highly motivated, you might succeed, but as a casual hobbyist, probably not.