dayjaby / px4_ros_com

ROS2/ROS interface with PX4 through a Fast-RTPS bridge

Home Page:http://px4.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PX4-ROS2 bridge

GitHub license GitHub (pre-)release DOI Build and Test package

This package materializes the ROS2 side of PX4-FastRTPS/DDS bridge, establishing a bridge between the PX4 autopilot stack through a micro-RTPS bridge, Fast-RTPS(DDS) and ROS2. It has a straight dependency on the px4_msgs package, as it depends on the IDL files, to generate the micro-RTPS bridge agent, and on the ROS interfaces and typesupport, to allow building and running the example nodes.

The master branch of this package composes the ROS2 package and the ROS2 side (agent) of the bridge. The ros1 branch is a product of the master and represents the ROS(1) package and the ROS(1) side of the bridge, for wich it is required using the ros1_bridge.

Install, build and usage

Check the RTPS/ROS2 Interface section on the PX4 Devguide for details on how to install the required dependencies, build the package (composed by the two branches) and use it.

Bug tracking and feature requests

Use the Issues section to create a new issue. Report your issue or feature request here.

Questions and troubleshooting

Reach the PX4 development team on the #messaging or #ros PX4 Slack channels: Slack

About

ROS2/ROS interface with PX4 through a Fast-RTPS bridge

http://px4.io

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 32.9%Language:C++ 24.9%Language:EmberScript 23.2%Language:Shell 11.1%Language:CMake 7.9%