Live data from Hacker News

ROS – Robot Operating System

ros.org

11–17 of 17 posts

Re: ROS – Robot Operating System

#11
post #10

Earlier quoted context omitted.

I have similar feelings toward ROS, but I don't have experience with industrial alternatives. Would you be willing to elaborate (insofar as you're allowed to) about what made the "step-function" level of difference between ROS and the internal systems you've used? Or on what you would want to see in such a next-generation system?

Robotics is very much split into research users and industry. In industrial automation you buy a device (say a sensor or programmable logic controller) that comes with a few supported protocols. Typically a field-bus for realtime communication. And for the fancy ones also OPC UA (ISO 62541). I don't know automation vendors that sell devices with ROS-support out of the box. With the use of Python it must be hard to ge…

When I was using it, I didn't get any vibes of "anything done right", I actually find OPC UA to be a horrible (and underdocumented) mess. This can also be seen in nearly all the various language bindings, just as if nearly everyone has had some problems with the protocol or ran out of steam at the most basic things.

open62541 is really nice though, thank you for your work.

I do find any comparison of ROS and OPC UA a bit weird though, but that maybe depends a little on your use case, especially if not strictly talking about what you mentioned.

Re: ROS – Robot Operating System

#12

My experiences with ROS have mostly been klunky. The documentation is really sub par, the Python portions completely highjack the logging module, and (if my memory serves me) the messages types aren't backwards compatible like other IDLs and so it can be a maintenance nightmare. I also felt like it was too easy to outgrow, like when wanting to communicate using something other than ROS messages, or upgrading the code…

What tools did you switch to once you outgrew ROS? Did you have to develop a system from scratch or was there a different protocol you built on?

Also, despite the lack of official support, I've found ROS noetic to work with even c++20. Granted my use cases might have been much simpler, but I haven't found that to be an issue.

Re: ROS – Robot Operating System

#13
I'm the electronics engineer working in a project involving ROS. And for what I see is quite powerful. My main gripe is that there is not a cheap way to get into the programming side if you are a engineer at home.

The cheapest robot out of the box is 600 euros, which is not cheap. Then you could try to build one yourself which is doable but requires time and could be a project in itself.

And I cannot find a standard DIY robot platform with a well explained tutorial. Maybe there is market for one of those kits?

Re: ROS – Robot Operating System

#14
I used Ros extensively over a decade ago but haven't kept up with it. Most of my work was on simulation, and what was then known as player stage gazebo.

Has that kept up with The Cutting Edge of simulation? Especially things like simulated limbs, friction coefficients, just overall physical realism? Is it being used by the Deep learning crowd when they simulate embodiment? also, has there been any interest in recent work on transference from simulation to the real world?

Re: ROS – Robot Operating System

#16
post #2

I think ROS was/is an incredible boon for open-source and education, and Willow Garage did great work by creating such a strong community for it. Unfortunately, I don't think that ROS has kept up with the requirements of more modern robotics applications, and I personally haven't found that ROS2 is fixing most of my major gripes. There are so many huge companies with massive robotics projects nowadays (i.e. warehouse…

What are your major gripes?

I’m trying to launch a ROS alternative called Mech (github.com/mech-lang). Would be interested to hear what you find lacking in ROS.

Re: ROS – Robot Operating System

#17

Ah… I smell the horrors of poorly-written Modern C++ and the eldritch abomination that is ‘catkin_cmake’…

technically it's 'colcon build' now but point taken

Wait, they even made a new thing to replace catkin? Oh fuck, we now have two eldritch meta-build systems instead of one…
Post reply on HN