03-18-2016, 02:51 PM
goto() can move only to locations on the ground (it ignores the height in point given as parameter), so you have to write your own movement algorithm using functions like jet(), turn() and move() [or motor() if you are a bit more expirenced and want to move and turn at the same time]