on the back of "fixing" OpenCCSensors
can anyone cleverer than i advise if there is any way of moving a turtle within a turtle peripheral other than with setDirection and teleportTo?
i have a lovely peripheral which i'm making, but i want the peripheral to command the turtle to move [dependent on a thing]
and whilst insta-teleporting and insta-turning with setDirection will "get me there" - it's not really the nice elegant journey I want
i was wondering initially if the executeCommand(ILuaContext context, ITurtleCommand command) would allow this, but looking deeper, it seems not...
seems weird to be a turtle's peripheral and not be able to make the turtle itself do the equivalent of the lua "turtle.forward()" etc...
either
a ) i'm missing something obvious; or
b ) i'm not
many thankity thanks in advance.
Edited by ingie, 19 June 2014 - 04:00 PM.












