help
Recipe name Version Description Layer
marti-status-msgs 1.6.1-1 marti_status_msgs meta-ros2-humble
marti-status-msgs 1.6.1-1 marti_status_msgs meta-ros2-jazzy
marti-status-msgs 1.6.1-2 marti_status_msgs meta-ros2-kilted
marti-visualization-msgs 1.6.1-1 marti_visualization_msgs meta-ros2-rolling
marti-visualization-msgs 0.12.2-1 marti_visualization_msgs meta-ros1-noetic
marti-visualization-msgs 1.6.1-1 marti_visualization_msgs meta-ros2-humble
marti-visualization-msgs 1.6.1-1 marti_visualization_msgs meta-ros2-jazzy
marti-visualization-msgs 1.6.1-2 marti_visualization_msgs meta-ros2-kilted
marvelmind-nav 1.0.13-1 Marvelmind local navigation system meta-ros1-noetic
marvelmind-ros2 1.0.3-5 Marvelmind ROS2 package meta-ros2-humble
marvelmind-ros2-msgs 1.0.2-1 Marvelmind message package for ROS2 meta-ros2-humble
massrobotics-amr-sender 1.0.1-1 MassRobotics AMR Interop Sender meta-ros1-noetic
matio 1.5.26+gitX meta-ros2
mavlink 2025.12.12-1 MAVLink message marshaling library. This package provides C-headers and C++11 library for both 1.0 and 2.0 versions of protocol. For pymavlink use separate install via rosdep (python-pymavlink). meta-ros2-rolling
mavlink 2025.5.5-1 MAVLink message marshaling library. This package provides C-headers and C++11 library for both 1.0 and 2.0 versions of protocol. For pymavlink use separate install via rosdep (python-pymavlink). meta-ros1-noetic
mavlink 2025.12.12-1 MAVLink message marshaling library. This package provides C-headers and C++11 library for both 1.0 and 2.0 versions of protocol. For pymavlink use separate install via rosdep (python-pymavlink). meta-ros2-humble
mavlink 2025.12.12-1 MAVLink message marshaling library. This package provides C-headers and C++11 library for both 1.0 and 2.0 versions of protocol. For pymavlink use separate install via rosdep (python-pymavlink). meta-ros2-jazzy
mavlink 2025.12.12-1 MAVLink message marshaling library. This package provides C-headers and C++11 library for both 1.0 and 2.0 versions of protocol. For pymavlink use separate install via rosdep (python-pymavlink). meta-ros2-kilted
mavros 2.14.0-1 MAVROS -- MAVLink extendable communication node for ROS with proxy for Ground Control Station. meta-ros2-rolling
mavros 1.20.1-1 MAVROS -- MAVLink extendable communication node for ROS with proxy for Ground Control Station. meta-ros1-noetic
mavros 2.14.0-1 MAVROS -- MAVLink extendable communication node for ROS with proxy for Ground Control Station. meta-ros2-humble
mavros 2.14.0-1 MAVROS -- MAVLink extendable communication node for ROS with proxy for Ground Control Station. meta-ros2-jazzy
mavros 2.14.0-1 MAVROS -- MAVLink extendable communication node for ROS with proxy for Ground Control Station. meta-ros2-kilted
mavros-examples 2.14.0-1 Example scripts demonstrating MAVROS usage meta-ros2-rolling
mavros-examples 2.14.0-1 Example scripts demonstrating MAVROS usage meta-ros2-humble
mavros-examples 2.14.0-1 Example scripts demonstrating MAVROS usage meta-ros2-jazzy
mavros-examples 2.14.0-1 Example scripts demonstrating MAVROS usage meta-ros2-kilted
mavros-extras 2.14.0-1 Extra nodes and plugins for <a href="http://wiki.ros.org/mavros">MAVROS</a>. meta-ros2-rolling
mavros-extras 1.20.1-1 Extra nodes and plugins for <a href="http://wiki.ros.org/mavros">MAVROS</a>. meta-ros1-noetic
mavros-extras 2.14.0-1 Extra nodes and plugins for <a href="http://wiki.ros.org/mavros">MAVROS</a>. meta-ros2-humble
mavros-extras 2.14.0-1 Extra nodes and plugins for <a href="http://wiki.ros.org/mavros">MAVROS</a>. meta-ros2-jazzy
mavros-extras 2.14.0-1 Extra nodes and plugins for <a href="http://wiki.ros.org/mavros">MAVROS</a>. meta-ros2-kilted
mavros-msgs 2.14.0-1 Messages for <a href="http://wiki.ros.org/mavros">MAVROS</a>. meta-ros2-rolling
mavros-msgs 1.20.1-1 mavros_msgs defines messages for <a href="http://wiki.ros.org/mavros">MAVROS</a>. meta-ros1-noetic
mavros-msgs 2.14.0-1 Messages for <a href="http://wiki.ros.org/mavros">MAVROS</a>. meta-ros2-humble
mavros-msgs 2.14.0-1 Messages for <a href="http://wiki.ros.org/mavros">MAVROS</a>. meta-ros2-jazzy
mavros-msgs 2.14.0-1 Messages for <a href="http://wiki.ros.org/mavros">MAVROS</a>. meta-ros2-kilted
mbedtls 2.28.10 Lightweight crypto and SSL/TLS library meta-networking
mbedtls 3.6.4 Lightweight crypto and SSL/TLS library meta-networking
mbf-abstract-core 0.4.0-1 This package provides common interfaces for navigation specific robot actions. It contains the AbstractPlanner, AbstractController and AbstractRecovery plugin interfaces. This interfaces have to be implemented by the plugins to make the plugin available for Move Base Flex. The abstract classes provides a meaningful interface enabling the planners, controllers and recovery behaviors to return information, e.g. why something went wrong. Derivided interfaces can, for example, provide methods to initialize the planner, controller or recovery with map representations like costmap_2d, grid_map or other representations. meta-ros1-noetic
mbf-abstract-nav 0.4.0-1 The mbf_abstract_nav package contains the abstract navigation server implementation of Move Base Flex (MBF). The abstract navigation server is not bound to any map representation. It provides the actions for planning, controlling and recovering. MBF loads all defined plugins at the program start. Therefor, it loads all plugins which are defined in the lists *planners*, *controllers* and *recovery_behaviors*. Each list holds a pair of a *name* and a *type*. The *type* defines which kind of plugin to load. The *name* defines under which name the plugin should be callable by the actions. meta-ros1-noetic
mbf-costmap-core 0.4.0-1 This package provides common interfaces for navigation specific robot actions. It contains the CostmapPlanner, CostmapController and CostmapRecovery interfaces. The interfaces have to be implemented by the plugins to make them available for Move Base Flex using the mbf_costmap_nav navigation implementation. That implementation inherits the mbf_abstract_nav implementation and binds the system to a local and a global costmap. meta-ros1-noetic
mbf-costmap-nav 0.4.0-1 The mbf_costmap_nav package contains the costmap navigation server implementation of Move Base Flex (MBF). The costmap navigation server is bound to the <a href="wiki.ros.org/costmap_2d">costmap_2d</a> representation. It provides the Actions for planning, controlling and recovering. At the time of start MBF loads all defined plugins. Therefor, it loads all plugins which are defined in the lists *planners*, *controllers* and *recovery_behaviors*. Each list holds a pair of a *name* and a *type*. The *type* defines which kind of plugin to load. The *name* defines under which name the plugin should be callable by the actions. Additionally the mbf_costmap_nav package comes with a wrapper for the old navigation stack and the plugins which inherits from the <a href="wiki.ros.org/nav_core">nav_core</a> base classes. Preferably it tries to load plugins for the new API. However, plugins could even support both <a href="wiki.ros.org/move_base">move_base</a> and <a href="wiki.ros.org/move_base_flex">move_base_flex</a> by inheriting both base class interfaces located in the <a href="wiki.ros.org/nav_core">nav_core</a> package and in the <a href="mbf_costmap_core">mbf_costmap_core</a> package. meta-ros1-noetic
mbf-mesh-core 1.0.1-2 The mbf_mesh_core package meta-ros1-noetic
mbf-mesh-nav 1.0.1-2 The mbf_mesh_nav package meta-ros1-noetic
mbf-msgs 0.4.0-1 The move_base_flex messages package providing the action definition files for the action GetPath, ExePath, Recovery and MoveBase. The action servers providing these action are implemented in <a href="http://wiki.ros.org/mbf_abstract_nav">mbf_abstract_nav</a>. meta-ros1-noetic
mbf-simple-nav 0.4.0-1 The mbf_simple_nav package contains a simple navigation server implementation of Move Base Flex (MBF). The simple navigation server is bound to no map representation. It provides actions for planning, controlling and recovering. MBF loads all defined plugins which are defined in the lists *planners*, *controllers* and *recovery_behaviors*. Each list holds a pair of a *name* and a *type*. The *type* defines which kind of plugin to load. The *name* defines under which name the plugin should be callable by the actions. It tries to load the defined plugins which implements the defined interfaces in <a href="wiki.ros.org/mbf_abstract_core">mbf_abstract_core</a>. meta-ros1-noetic
mbf-utility 0.4.0-1 The mbf_utility package meta-ros1-noetic
mbpoll 1.5.2 Command line utility to communicate with ModBus slave (RTU or TCP) meta-oe
mcap-vendor 0.33.0-1 mcap vendor package meta-ros2-rolling