Skip to content

ROS (Robot Operating System)

ROS is a general purpose robotics library that can be used with PX4 for drone application development.

ROS benefits from an active ecosystem of developers solving common robotics problems, and access to other software libraries written for Linux. It has been used, for example, as part of the PX4 computer vision solutions, including obstacle avoidance and collision prevention.

tip

ROS 2 is the "latest and greatest" version of ROS. The PX4 development team recommend that all users upgrade to ROS 2!

ROS Setups

PX4 supports both ROS 2 and ROS 1, with the following configurations:

  • ROS 2: (Recommended) PX4 and ROS 2 communicate over the PX4-ROS 2 bridge, an interface that provides a direct bridge between PX4 uORB messages and ROS 2 DDS messages/types. This effectively allows direct access to PX4 internals from ROS 2 workflows and nodes in realtime.
  • ROS 1 via MAVROS: PX4 and ROS 1 communicate over MAVLink, using the MAVROS package to bridge ROS topics to MAVLink.

INFO

ROS 2 can also connect with PX4 using MAVROS (instead of XRCE-DDS). This option is supported by the MAVROS project.

that ROS 2 can be installed on Ubuntu Linux, macOS, Windows, while ROS 1 is only available on Linux.

Although it might work on the other platforms, PX4 primarily tests and documents ROS on Linux.

ROS Support Roadmap

Unveiled at the PX4 Developer Summit 2020 (and ROS World 2020), the PX4 Development team, announced the plans to support microROS.

  • microRTPS: microRTPS bridge with Fast DDS (The ROS 2 interface in PX4 v1.13 and earlier)
  • micro XRCE-DDS: DDS on PX4 (The ROS 2 interface for PX4 v1.14 and later)
  • micro ROS: ROS 2 running in PX4 - "microROS" (Our Target!)