inorbit-ai / ros_amr_interop

BSD 3-Clause "New" or "Revised" License
76 stars 26 forks source link
amr interop interoperability robotics ros ros2

ROS AMR interoperability packages

This repository hosts a collection of ROS packages to ease the integration of ROS based robots with different interoperability standards, with a focus on AMRs (Autonomous Mobile Robots).

Packages

The following packages are included in this repository:

Full Control Fleet Adapter for RMF and InOrbit

The rmf_inorbit_fleet_adapter package contains a Full Control Open-RMF Fleet Adapter that allows RMF to control a fleet of autonomous robots through the InOrbit API. For demonstrations of this adapter or a template to configure your own fleet, visit the the InOrbit RMF Fleet Adapter Examples repository.

VDA5050 Connector for ROS2

The vda5050_connector package provides a set of ROS2 nodes for connecting a ROS2-based robot to a VDA5050 Master Control.

If you want to develop a VDA5050 adapter for your robots, please check out our VDA5050 Adapter Examples repository to get started.

Mass Robotics AMR Interop Sender for ROS2

The massrobotics_amr_sender_py package provides a ROS2 node written in Python that takes input from a ROS2 system and publishes it to a Mass Robotics Interop compliant Receiver.

Mapping of different data elements from the ROS2 system into Mass Robotics Interop messages can be customized through a YAML configuration file.

Related Initiatives

The topic of AMR interoperability is in a fluid state of evolution. For this reason, it is worth it to keep track of other standards, initiatives, libraries and efforts related to this topic.

The following is an incomplete and growing list of such related topics:

We expect to keep curating the set of relevant topics with the contribution of the community.

Development

Install pre-commit in your computer and then set it up by running pre-commit install at the root of the cloned project.

Build Status

Service Foxy Galactic
ROS Build Farm Build Status Build Status
Package Foxy Source Foxy Debian Galactic Source Galactic Debian
rmf_inorbit_fleet_adapter N/A N/A N/A N/A
vda5050_connector N/A N/A Build Status Build Status
vda5050_msgs N/A N/A Build Status Build Status
vda5050_serializer N/A N/A Build Status Build Status
massrobotics_amr_sender Build Status Build Status Build Status Build Status