thx to everyone my question was just why my walking cant take my array argument and now i just do Arrays.asList and it works
i thought i needed to do a for loop to read through the array but finally i dont need to
Hello i want make my bot walk with a position path like this
I have this error.
did i need to read through a for loop?
for (int i = 0, i < HILLS_PATH.length() , i++ {
getWalking.walk(HILLS_PATH[ i ]);
}
thx for the help
ps: normally i make the position path as a constant with a final