| mbf-abstract-core |
1.0.5-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-ros2-humble |
| mbf-abstract-core |
1.0.5-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-ros2-jazzy |
| mbf-simple-core |
1.0.5-1 |
This package provides common interfaces for navigation specific robot actions. It contains the SimplePlanner, SimpleController and SimpleRecovery interfaces. The interfaces have to be implemented by the plugins to make them available for Move Base Flex using the mbf_simple_nav navigation implementation. That implementation inherits the mbf_abstract_nav implementation and there is no binding to a map representation. |
meta-ros2-humble |
| mbf-simple-core |
1.0.5-1 |
This package provides common interfaces for navigation specific robot actions. It contains the SimplePlanner, SimpleController and SimpleRecovery interfaces. The interfaces have to be implemented by the plugins to make them available for Move Base Flex using the mbf_simple_nav navigation implementation. That implementation inherits the mbf_abstract_nav implementation and there is no binding to a map representation. |
meta-ros2-jazzy |
| mbf-simple-nav |
1.0.5-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-ros2-humble |
| mbf-simple-nav |
1.0.5-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-ros2-jazzy |
| mbw |
1.4+gitX |
MBW determines the copy memory bandwidth available to userspace programs |
meta-oe |
| meson |
0.61.3 |
A high performance build system |
openembedded-core |
| meson |
1.0.1 |
A high performance build system |
meta-digi-dey |
| meson |
1.5.1 |
A high performance build system |
meta-webos-backports-5.1 |
| metee |
3.1.3 |
Intel(R) METEE Library |
meta-intel |
| metrics-discovery |
1.5.108 |
Intel Metrics Discovery Application Programming Interface |
meta-intel |
| metro-benchmark-msgs |
0.1.1-1 |
ROS interfaces for recording compute time and other related benchmarking concepts |
meta-ros2-humble |
| mixlib-shellout |
2.1.0 |
Provides a simplified interface to shelling |
meta-openstack |
| mmc-utils |
0.1+gitX |
Userspace tools for MMC/SD devices |
openembedded-core |
| mocap4r2-msgs |
0.0.6-2 |
Interfaces for Mocap4ROS2 project |
meta-ros2-humble |
| mocap4r2-msgs |
0.1.0-1 |
Interfaces for Mocap4ROS2 project |
meta-ros2-jazzy |
| mocap4r2-msgs |
0.2.0-1 |
Interfaces for Mocap4ROS2 project |
meta-ros2-kilted |
| mod-wsgi |
4.9.0+gitX |
Supports the Python WSGI interface |
meta-openstack |
| mola-kernel |
2.4.0-1 |
Fundamental C++ virtual interfaces and data types for the rest of MOLA modules |
meta-ros2-rolling |
| mola-kernel |
2.6.0-1 |
Fundamental C++ virtual interfaces and data types for the rest of MOLA modules |
meta-ros2-humble |
| mola-kernel |
2.6.1-1 |
Fundamental C++ virtual interfaces and data types for the rest of MOLA modules |
meta-ros2-jazzy |
| mola-metric-maps |
2.4.0-1 |
Advanced metric map classes, using the generic `mrpt::maps::CMetricMap` interface, for use in other MOLA odometry and SLAM modules. |
meta-ros2-rolling |
| mola-metric-maps |
2.6.0-1 |
Advanced metric map classes, using the generic `mrpt::maps::CMetricMap` interface, for use in other MOLA odometry and SLAM modules. |
meta-ros2-humble |
| mola-metric-maps |
2.6.1-1 |
Advanced metric map classes, using the generic `mrpt::maps::CMetricMap` interface, for use in other MOLA odometry and SLAM modules. |
meta-ros2-jazzy |
| mosh |
1.3.2 |
Remote shell supporting roaming and high-latency connections |
meta-oe |
| move-base-flex |
1.0.5-1 |
Move Base Flex (MBF) is a backwards-compatible replacement for move_base. MBF can use existing plugins for move_base, and provides an enhanced version of the planner, controller and recovery plugin ROS interfaces. It exposes action servers for planning, controlling and recovering, providing detailed information of the current state and the plugin’s feedback. An external executive logic can use MBF and its actions to perform smart and flexible navigation strategies. Furthermore, MBF enables the use of other map representations, e.g. meshes or grid_map This package is a meta package and refers to the Move Base Flex stack packages.The abstract core of MBF – without any binding to a map representation – is represented by the <a href="http://github.com/naturerobots/move_base_flex">mbf_abstract_nav</a> and the <a href="http://github.com/naturerobots/move_base_flex">mbf_abstract_core</a>. For navigation on costmaps see <a href="http://github.com/naturerobots/move_base_flex">mbf_costmap_nav</a> and <a href="http://github.com/naturerobots/move_base_flex">mbf_costmap_core</a>. |
meta-ros2-humble |
| move-base-flex |
1.0.5-1 |
Move Base Flex (MBF) is a backwards-compatible replacement for move_base. MBF can use existing plugins for move_base, and provides an enhanced version of the planner, controller and recovery plugin ROS interfaces. It exposes action servers for planning, controlling and recovering, providing detailed information of the current state and the plugin’s feedback. An external executive logic can use MBF and its actions to perform smart and flexible navigation strategies. Furthermore, MBF enables the use of other map representations, e.g. meshes or grid_map This package is a meta package and refers to the Move Base Flex stack packages.The abstract core of MBF – without any binding to a map representation – is represented by the <a href="http://github.com/naturerobots/move_base_flex">mbf_abstract_nav</a> and the <a href="http://github.com/naturerobots/move_base_flex">mbf_abstract_core</a>. For navigation on costmaps see <a href="http://github.com/naturerobots/move_base_flex">mbf_costmap_nav</a> and <a href="http://github.com/naturerobots/move_base_flex">mbf_costmap_core</a>. |
meta-ros2-jazzy |
| moveit-commander |
1.1.16-1 |
Python interfaces to MoveIt |
meta-ros1-noetic |
| moveit-planners-chomp |
2.14.1-1 |
The interface for using CHOMP within MoveIt |
meta-ros2-rolling |
| moveit-planners-chomp |
1.1.16-1 |
The interface for using CHOMP within MoveIt |
meta-ros1-noetic |
| moveit-planners-chomp |
2.5.9-1 |
The interface for using CHOMP within MoveIt |
meta-ros2-humble |
| moveit-planners-chomp |
2.12.4-1 |
The interface for using CHOMP within MoveIt |
meta-ros2-jazzy |
| moveit-planners-chomp |
2.14.3-1 |
The interface for using CHOMP within MoveIt |
meta-ros2-kilted |
| moveit-planners-ompl |
2.14.1-1 |
MoveIt interface to OMPL |
meta-ros2-rolling |
| moveit-planners-ompl |
1.1.16-1 |
MoveIt interface to OMPL |
meta-ros1-noetic |
| moveit-planners-ompl |
2.5.9-1 |
MoveIt interface to OMPL |
meta-ros2-humble |
| moveit-planners-ompl |
2.12.4-1 |
MoveIt interface to OMPL |
meta-ros2-jazzy |
| moveit-planners-ompl |
2.14.3-1 |
MoveIt interface to OMPL |
meta-ros2-kilted |
| moveit-setup-framework |
2.14.1-1 |
C++ Interface for defining setup steps for MoveIt Setup Assistant |
meta-ros2-rolling |
| moveit-setup-framework |
2.5.9-1 |
C++ Interface for defining setup steps for MoveIt Setup Assistant |
meta-ros2-humble |
| moveit-setup-framework |
2.12.4-1 |
C++ Interface for defining setup steps for MoveIt Setup Assistant |
meta-ros2-jazzy |
| moveit-setup-framework |
2.14.3-1 |
C++ Interface for defining setup steps for MoveIt Setup Assistant |
meta-ros2-kilted |
| mpc |
0.34 |
A minimalist command line interface to the Music Player Daemon |
meta-multimedia |
| mpich |
4.0.2 |
Message Passing Interface (MPI) implementation |
meta-oe |
| mrpt-localization |
1.0.7-1 |
Package for robot 2D self-localization using dynamic or static (MRPT or ROS) maps. The interface is similar to amcl (https://wiki.ros.org/amcl) but supports different particle-filter algorithms, several grid maps at different heights, range-only localization, etc. |
meta-ros1-noetic |
| mrpt-pf-localization |
2.3.0-1 |
Package for robot 2D self-localization using dynamic or static (MRPT or ROS) maps. The interface is similar to amcl (https://wiki.ros.org/amcl) but supports different particle-filter algorithms, several grid maps at different heights, range-only localization, etc. |
meta-ros2-rolling |
| mrpt-pf-localization |
2.3.0-1 |
Package for robot 2D self-localization using dynamic or static (MRPT or ROS) maps. The interface is similar to amcl (https://wiki.ros.org/amcl) but supports different particle-filter algorithms, several grid maps at different heights, range-only localization, etc. |
meta-ros2-humble |
| mrpt-pf-localization |
2.3.1-1 |
Package for robot 2D self-localization using dynamic or static (MRPT or ROS) maps. The interface is similar to amcl (https://wiki.ros.org/amcl) but supports different particle-filter algorithms, several grid maps at different heights, range-only localization, etc. |
meta-ros2-jazzy |
| mrpt-pf-localization |
2.3.0-1 |
Package for robot 2D self-localization using dynamic or static (MRPT or ROS) maps. The interface is similar to amcl (https://wiki.ros.org/amcl) but supports different particle-filter algorithms, several grid maps at different heights, range-only localization, etc. |
meta-ros2-kilted |