eProsima Fast DDS [7910]
eProsima Fast DDS是一个完整的开源DDS实现,适用于实时嵌入式架构和操作系统。参考链接:https://www.eprosima.com/index.php/products-all/eprosima-fast-dds [7911]
从源代码构建 [7881]
从源代码构建也是安装的另一种方式。 [7882]
首先,在ROS 2工作空间源目录中克隆Fast DDS和rmw_fastrtps。 [7912]
cd ros2_ws/src
git clone https://github.com/ros2/rmw_fastrtps ros2/rmw_fastrtps -b humble
git clone https://github.com/eProsima/Fast-DDS eProsima/fastrtps
然后,安装Fast DDS所需的必要软件包。 [7913]
cd ..
rosdep install --from src -i
最后,运行colcon build。 [7885]
colcon build --symlink-install