[java] anable robot to navigate autonomously

Typically: "How do I... ", "How can I... " questions
Post Reply
Emna
Posts: 5
Joined: 31 Oct 2016, 13:59

[java] anable robot to navigate autonomously

Post 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.

coppelia
Site Admin
Posts: 10378
Joined: 14 Dec 2012, 00:25

Re: [java] anable robot to navigate autonomously

Post 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

Post Reply