This repository contains the YARP devices and utilities for ROS2.
π§ This repository is currently work in progress. π§ π§ The software contained is this repository is currently under testing. π§ APIs may change without any warning. π§ This code should be not used before its first official release π§
Documentation of the individual devices is provided in the official Yarp documentation page:
# Compile the colcon workspace containing the required messages and services
(cd ros2_interfaces_ws && colcon build --packages-select map2d_nws_ros2_msgs)
# Make the workspace available
. ros2_interfaces_ws/install/setup.bash
# Configure and compile
cmake -S. -Bbuild
cmake --build build
# Configure, compile and install
cmake -S. -Bbuild -DCMAKE_INSTALL_PREFIX=<install_prefix>
cmake --build build
cmake --build build --target install
# Make ROS msgs available in [ament index](https://github.com/ament/ament_index)
export AMENT_PREFIX_PATH=$AMENT_PREFIX_PATH:<install_prefix>
π§ This repository is currently work in progress. π§
π§ This repository is currently work in progress. π§
This repository is maintained by:
![]() |
@randaz81 |
![]() |
@elandini84 |