WeSearch

Why I'm Learning ROS 2 as a Database Person

·3 min read · 0 reactions · 0 comments · 4 views
#robotics#databases#time-series#data-infrastructure#ros2#Matty Stratton#Tiger Data#TimescaleDB#InfluxDB#rosbag2#ROS 2#TurtleBot3#Gazebo
Why I'm Learning ROS 2 as a Database Person
⚡ TL;DR · AI summary

The author, a database professional with expertise in time-series data, explains why they are learning ROS 2 despite having no background in robotics. They highlight a growing need in robotics companies for better data infrastructure to analyze telemetry across robot fleets, as current tools like rosbag2 are limited to recording and replay. The author plans to build a ROS 2 node that writes telemetry directly to TimescaleDB and document the process publicly to address this gap.

Key facts
Original article
DEV Community
Read full at DEV Community →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 38834) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Matty Stratton Posted on May 1 Why I'm Learning ROS 2 as a Database Person #ros2 #robotics #timeseries #postgres There's a moment that happens in every robotics company that makes it to production. The pilot worked. The robot does the thing. Now there are twenty on the floor, then fifty, then a fleet, and somebody asks: "What did the sensors look like on unit 17 during those three anomalies last quarter?" That's when the data infrastructure question gets real.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV Community