Skip to main content

FOSDEM Robotics Dev Room Summary

· 12 min read
Michael Hart
Mike Likes Robots

FOSDEM is a conference which is free to attend. This year's conference (2026) was held in Brussels, Belgium over two days. The talks were separated into tracks based on subject, and one of the tracks was Robotics & Simulation. I managed to see almost all of the talks, but the room was constantly full with a long queue - clearly, robotics is popular!

This post is a summary of the talks with links and my own thoughts. If you'd rather go direct to the source, go to the FOSDEM 2026 website (specifically, the Robotics & Simulation track page).

Summary

These are the main trends that I noticed over the whole day of talks:

  • ROS 2 remains the backbone of the robotics open source community. It was mentioned in virtually every talk, which is unsurprising given its popularity in the robotics space. Even the talks that presented alternatives to ROS, like Copper-rs, compared those alternatives to ROS.

  • A surprising theme of the dev room was the use of Rust. It came up in a surprising number of talks, including those that weren't explicitly about Rust libraries like rclrs and ROS-Z. While Rust tools are still new to the scene, they are no longer untested, and are being integrated in many places in open source software. Examples include use in Gazebo and using pixi as a build tool.

  • Speaking of pixi, this was another theme, although explicitly mentioned in fewer talks than Rust. Previously, I only knew of it for dependency management, but the speakers demonstrated it being used for packaging and distributing robotics software as well. It seems like a tool that solves many pain points of building for robots.

  • Finally, containerisation seems to be the de facto standard for distributing robotics software. Apptainer offers an interesting way to run containers and is compatible with Docker, while talks like Productionising ROS with Bazel showed mature pipelines using Docker alongside hermetic builds.

Conferences like FOSDEM are excellent for getting a view of what the robotics community is excited about. It seems like ROS 2, Rust, pixi, and distributing software using containers are the current trends. I'll be sure to attend FOSDEM 2027 to see if those trends are continuing - hopefully there will be a larger room available to accommodate all the roboticists!

Special Mentions

The full talk list is below, but I wanted to highlight a few of the talks from the list.

First, Esteve's talk on rclrs was great to see. I was familiar with a lot of the concepts and arguments, as I've covered rclrs in a couple of posts on this blog already (see Comparing Rust Libraries for ROS Nodes and Building a ROS2 node in Rust!). Still, it was great to hear from its creator about what went into it and how it will be officially supported in the ROS build farm soon. Thank you, Esteve!

Next, the longer talk from Botronics was excellent. Seeing the decisions and mistakes that went into a full robot system was fascinating and eye-opening. Not only that, but Botronics will be hosting ROSCon Belgium this year, so make sure to submit papers and buy tickets if you're interested! I'll update this post with links as soon as they're available.

Another talk with some excellent advice was the "Calibrate good times" talk from Roland and Sam. While I haven't developed data collection systems for robots other than for debugging, I still found the advice here excellent, and anyone looking to collect robotics data should give it a watch.

Finally, a couple of talks inspired me to look deeper into the presented material. In the future, I hope to build the Upkie robot for myself, and I also hope to try copper-rs out on a real robot. In both cases, I'll write up and record my experience to share here. Watch this space or my YouTube channel if you're interested to see that.

Full Talk List

Each talk is listed below with its duration, a reason you might be interested to watch, and information I could get from the speaker's page about their background.

If any speakers would like their information updated, please contact me and let me know!








  • Benchmarking platform for robot localization systems (5m) - Júlia Marsal of Ekumen

    You should watch if:

    • You're doing navigation or localisation with your robot and want to explore the best option
    • You want to autonomously test localisation conditions, including in Continuous Integration
    • You want to view detailed metrics from benchmarks generated with "lambkin", the presented software


  • A Core Developer's insights on Gazebo's Future (45m) - Jose Luis Rivero, co-founder of Honu Robotics and Project Management Committee member of the Infrastructure and Gazebo project

    You should watch if:

    • You're interested in the history of Gazebo
    • You want to hear what influences decisions about Gazebo's future, particularly with regards to available technologies
    • You want to know what's in store for Gazebo
    • You want to see Rust being used in more places!



  • Middleware Pain? Meet iceoryx2 (25m) - Michael Poehnl of Ekxide

    You should watch if:

    • You're interested in more ways to move messages around than ROS supports
    • You want to use more advanced events for acting on data
    • You're interested in very high performance robotics, including shared memory transport





  • ArduPilot Advanced Integration (10m) - Pierre Kancir

    You should watch if:

    • You're interested in different drone builds
    • You want to see the internals and parts that make up a drone
    • You want to build drones without using ROS





FOSDEM 2027

FOSDEM will be back in 2027! If you're interested, you can get updates by checking the FOSDEM website. There will be a page for 2027 as soon as it's available, which is likely to be late in 2026.