What are the software skills i require for robotics? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are the software skills i require for robotics?

I want to learn robotics and thus want to know which our the different software skills that I will require in robotics. For robot motion control, perception, navigation etc.

11th Jun 2017, 4:36 PM
Abhay Keni
Abhay Keni - avatar
4 Answers
+ 8
Depending on the board architecture, you can try to suit your education to it. For example, Arduino is programmed with C/C++, whie Raspberry Pi - with Python.
11th Jun 2017, 8:19 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 4
Depending on the scale of your project :) I'd recommend starting with a simple LED manipulation or servo-motor perhaps. I can't really say anything about Arduino, but RPi has a whole RPi.GPIO module, which should handle most simple operations using the GPIO pin set: https://pypi.python.org/pypi/RPi.GPIO A note in this link is important - time-critical applications should not rely too much on Python! At least not with no additional tweaking...
12th Jun 2017, 6:12 AM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 2
well i prefer Bascom AVR.... its pretty good but it only for ATmel chip
19th Jun 2017, 4:11 AM
Alvin Ardiansyah
Alvin Ardiansyah - avatar
0
What will I need for it's navigation and perception? Is AI somethng that I shud be considering? How do I start with it? What do I need to learn to program a robot for tracing a path ,patter recognition ,trajectory follower etc??
12th Jun 2017, 3:24 AM
Abhay Keni
Abhay Keni - avatar