ROS – Robot Operating System
ros.org
ROS – Robot Operating System
1–10 of 17 posts
Re: ROS – Robot Operating System
#2There are so many huge companies with massive robotics projects nowadays (i.e. warehouse robotics, self driving cars, etc) that I'd love to see the lessons learned there put into a next-generation open-source system. I know from experience that the stuff these companies have internally feels like a step-function improvement. Unfortunately I don't know how to get something like that off the ground.
Re: ROS – Robot Operating System
#3I 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…
Re: ROS – Robot Operating System
#4Re: ROS – Robot Operating System
#5I 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…
Re: ROS – Robot Operating System
#6I would guess that most University robotics labs are running ROS (based on robotics publications).
Re: ROS – Robot Operating System
#7Re: ROS – Robot Operating System
#8I 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…
We just published a new paper on ROS 2 in Science Robotics that demonstrates ROS's use on land, sea, air, space, and industry (the link below should take you to the open publication).
https://www.openrobotics.org/blog/2022/5/12/science-robotics...
Re: ROS – Robot Operating System
#9I 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…
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?
Re: ROS – Robot Operating System
#10I 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…
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?
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 get ROS safety-certified.
OPC UA is like a merge of ROS (channels for PubSub communication) and "CORBA done right" (an object-model that can be transparently interacted with over the network).
Full transparency, I maintain open62541, an open source implementation of OPC UA.