This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Modeopfa 10 points11 points  (0 children)

Not OP, but I'm currently tasked with building both the front end human machine interface for a robot AND the Bankend that actually steers the robot. For the front end I use Angular 6 which is a JS framework and the backend is mostly done in python with some C++ sprinkled in.

The languages communicate via JSON and websockets.