Which is the best in robotics : java or python?

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

Which is the best in robotics : java or python?

Post 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) ?

Elmo
Posts: 31
Joined: 13 Oct 2016, 16:34

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

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

Post Reply