How do you program a real robot?
How do you program a real robot to move according to a program? Just programming a robot in a simulated world is boring. I want a real robot. And what programming language can I use to program something like that?
How do you program a real robot to move according to a program? Just programming a robot in a simulated world is boring. I want a real robot. And what programming language can I use to program something like that?
I would devote a little more to hardware programming. This can be done, for example, with the Arduino, since the programming contents with the respective hardware components are well represented.
For example, you can control a small motor, control lamps and use an LCD monitor.
The whole is programmed in Arduino's own language, which is very C. Later off the Arduino you can translate this into any programming language, often in C but there are also solutions like MicroPython, TinyGo, or other low-level (hardware) languages like Rust also go.
There are also sets for Arduinos such as a robot arm.
Starter kit for Arduino: https://store.arduino.cc/products/arduino-starter-kit-multi-language
First and foremost, you need a real robot 😀
If you have it, the rest depends on it. Previously you could build and program with Lego
For entry there are finished kits, "Robots" is otherwise as non-specific as possible.