From 368156ef551d799acec09f6595543dd0fcf344a5 Mon Sep 17 00:00:00 2001 From: Maximilian Schmeller Date: Fri, 5 Jul 2024 11:16:18 +0900 Subject: [PATCH 1/4] docs(readme): add boost version requirements --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e39121907..893422f35 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,11 @@ Here you will find information about the background of the project, how to insta ## Quick start -Nebula builds with ROS 2 Galactic and Humble. +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** > From b391c7807e2b38d1ff3d55fbdfb070e4ceb7d34a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 02:20:13 +0000 Subject: [PATCH 2/4] ci(pre-commit): autofix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 893422f35..cb7b83220 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ Here you will find information about the background of the project, how to insta ## Quick start -Nebula builds with ROS 2 Galactic and Humble. +Nebula builds with ROS 2 Galactic and Humble. -> **Note** -> +> **Note** +> > Boost version 1.74.0 or later is required. A manual install may be required in Ubuntu versions earlier than 22.04. > **Note** From 4405c4f34fc89e30d515d2fbda58217386e3a1ff Mon Sep 17 00:00:00 2001 From: Maximilian Schmeller Date: Fri, 5 Jul 2024 11:27:20 +0900 Subject: [PATCH 3/4] docs(installation): add boost version requirement --- docs/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index e8124e99e..b8311290a 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. From ddf08d6b03f4441c7f31b22dc48b044dccadebe6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 02:27:47 +0000 Subject: [PATCH 4/4] ci(pre-commit): autofix --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index b8311290a..72f9c115f 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,8 +7,8 @@ Please see the [ROS 2 documentation](https://docs.ros.org/en/humble/index.html) ## Getting the source and building -> **Note** -> +> **Note** +> > Boost version 1.74.0 or later is required. A manual install may be required in Ubuntu versions earlier than 22.04. > **Note**