A
A
Alexander2014-10-24 14:30:22
Java
Alexander, 2014-10-24 14:30:22

Is it possible to adopt Java in robotics?

Is java useful in robotics?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dmitry, 2014-10-24
@CTAKAH4uK

Why not? Java is used in places you don't even think about, for example: https://ru.wikipedia.org/wiki/Java_Card

A
Alexander, 2014-10-24
@Dil0ng

It's just that all the information on programming microcontrollers, mainly on c / c ++
Java card, I heard about this :)

P
pelment, 2014-11-26
@pelment

In robotics on microcontrollers and everything that has a small RAM - no, no :))) But if you have a regular computer in your robot with a good process, RAM and other standard buns for a hospital, only in the robot body, then no problem. Java is as heavy as a behemoth. And in robots they always save on everything - otherwise it is expensive or energy consumption increases greatly.

S
sanchas, 2014-12-02
@sanchas

Can. But it's better not to do that.
If the robot is more complicated than the children's designer, then it usually uses two stages of control. The "lower" level is the level of power controllers, and the "upper" level is a relatively high-performance computing device used to calculate the trajectory, make decisions in a difficult situation, etc.
At the "lower" level, microcontrollers with the ARM, AVR, MSP430 and others. They must process information in real time, they have little memory and computing resources. To write their software, they usually use C, sometimes C ++.
At the "upper" level, computing devices with high performance are used: industrial computers, microcomputers such as Raspberry Pi or just a PC. When writing software for them, you can use Java.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question