diff --git a/README.md b/README.md index e39121907..cb7b83220 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ Here you will find information about the background of the project, how to insta Nebula builds with ROS 2 Galactic and Humble. +> **Note** +> +> Boost version 1.74.0 or later is required. A manual install may be required in Ubuntu versions earlier than 22.04. + > **Note** > > A [TCP enabled version of ROS' Transport Driver](https://github.com/mojomex/transport_drivers/tree/mutable-buffer-in-udp-callback) is required to use Nebula. diff --git a/docs/installation.md b/docs/installation.md index e8124e99e..72f9c115f 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,6 +7,10 @@ Please see the [ROS 2 documentation](https://docs.ros.org/en/humble/index.html) ## Getting the source and building +> **Note** +> +> Boost version 1.74.0 or later is required. A manual install may be required in Ubuntu versions earlier than 22.04. + > **Note** > > A [TCP enabled version of ROS' Transport Driver](https://github.com/mojomex/transport_drivers/tree/mutable-buffer-in-udp-callback) is required to use Nebula.