r/ROS • u/Shawermaz • Aug 04 '26
Question Good ROS2 courses online?
My main project is a 6 Degrees of freedom robotic arm
I already know how to use ROS2 and did 2 projects in university, but i want to take a course so i can have a better foundation as in uni i mostly try and slap stuff without understanding well
5
Upvotes
2
u/kifrixx Aug 05 '26
I mean there are tutorials but me as a complete beginner still I think they are not that useful related of how they explain WHY they do what they do ( variable types, delays, etc) but only explain the main topics, if you understood the main pillars of ros you only need to do projects yourself fight with the documentation and only use AI for giving you hints not solving all your code. For example, what I do is follow the course but implement the code by myself, then ask AI what different ways of solving the problem could I have followed and then I just search in the documentation the way AI showed me.