this post was submitted on 14 Jun 2023
4 points (100.0% liked)

ROS

168 readers
1 users here now

Welcome to our ROS community!

This is a place where you can post links and news about the Robot Operating System and share with the rest of the Fediverse.

For content general to Robotics and unrelated to ROS, checkout: !robotics

Community References:

Project Resources:

Q&A Exchanges:

Event Calendars:

Helpful Links:

founded 1 year ago
MODERATORS
 

Hello ROS and robotics enthusiasts!

Whether you're a beginner or an experienced developer, this space is for all things ROS-related.

Join us to connect, share projects, ask questions, and stay updated on the latest ROS news. Let's build a supportive community of robotics enthusiasts!

top 3 comments
sorted by: hot top controversial new old
[–] Hexarei 2 points 1 year ago (1 children)

Forgive my ignorance ... What does ROS mean, exactly?

[–] mjpc13 2 points 1 year ago* (last edited 1 year ago) (1 children)

The Robot Operating System (ROS) is a set of software libraries and tools that help you build robot applications. For example, ROS processes ("rosnodes") can easily communicate with each other by publishing/subscribing to topics. It also has visualization, debugging, storing and playing data, simulation, etc...

ROS is the standard in robot systems, it has a large community with most state-of-the-art algorithms in robotics implemented in ROS.

Check this 3min video explaining ROS.

[–] Hexarei 2 points 1 year ago

Thanks for the info! I had only seen this community before it had any other info in it that was helpful, so that definitely helps a lot.