Page 1 of 1

[java] anable robot to navigate autonomously

Posted: 22 Nov 2016, 00:43
by Emna
Hello all together,

I am new to V-REP so there is still many stuff in the documentation that I have to read.

I want to use Java for programming the simulated robots. This is possible with the remote API, when I have understood that correctly.

i search a simple example code writen in java that let's a robot to navigate autonomousily without collision.

thanks for help.

Re: [java] anable robot to navigate autonomously

Posted: 23 Nov 2016, 09:16
by coppelia
Hello Emma,

you will have to use the remote API for that. have a look at the various examples in the programming/remoteApiBindings/java/java folder. Make sure that those examples work before trying to do something on your own.

Cheers