ROS
Last updated
Last updated
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 solutions, including and .
:::warning tip is the "latest and greatest" version of ROS. The PX4 development team recommend that all users ! :::
PX4 supports both ROS 2 and ROS 1, with the following configurations:
: (Recommended) PX4 and ROS 2 communicate over the , 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.
: PX4 and ROS 1 communicate over , using the package to bridge ROS topics to MAVLink.
:::note ROS 2 can also connect with PX4 using (instead of XRCE-DDS). This option is supported by the MAVROS project. :::
Note 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.
Unveiled at the (and ), 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 releases after PX4 v1.13 and in mainline)
micro ROS: ROS 2 running in PX4 - "microROS" (Our Target!)