Hacker News new | ask | show | jobs
by nexthash 1939 days ago
ROS stands for Robotic Operating System. It is a framework of different tools such as an abstraction layer, libraries, and a package manager that makes it easier to program/interface with different robotic systems/components. It basically simplifies a lot of work that you would be doing on your own. While it is extremely useful, it also has some flaws. For example, it is bloated, can be tricky to configure, and can be sometimes difficult in making it do what you want it to.
1 comments

It's an absolute mess of a software, to get running and if you're not paying attention you'll install 15+GB of packages you won't need.

I've helped some friends with c++ assignments during college and with ROS they had to have dozens of terminal windows open running some command just to get things working.