Page 1 of 1

Which is the best in robotics : java or python?

Posted: 12 Nov 2016, 18:33
by Emna
hi,
i need help. i want to simulate a team of robots to cooperate together in order to achive an overall task. robots will form coalitons in order to acheive tasks. i choose vrep simulator to simulate our model.
1- robot should communicate with its teammates in order to form coalition
2- robot should navigate autonomously without colision
3- robot should navigate to a specific location (using fuzzy logic controller)
my problem is Which programming language will be best suited for our robotic problem (java or python) ?

Re: Which is the best in robotics : java or python?

Posted: 12 Nov 2016, 23:21
by Elmo
I would say that in generelly Python is better for robotics than java. But if you are more comfortable with java, go for java.

But C is the most used language in Robotics and embedded devices. Furthermore C has the best performance.

If it's a specific question to V-REP, you have to wait for the support itself. I'm a beginner in V-REP.