From 0c221868fdc80cb29de8fa845a30d14744453ba5 Mon Sep 17 00:00:00 2001 From: Yadunund Date: Wed, 23 Aug 2023 00:21:43 +0800 Subject: [PATCH] Update README Signed-off-by: Yadunund --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 1aa6379..96525a4 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,6 @@ For details on architecture and concepts [see](./docs/concepts.md). ## Setup -### Install system dependencies -It is recommended to build the workspace with clang as compiler and lld as linker. -Hence we install these dependencies along with some `colcon-mixin` shortcuts to simplify build instructions. -```bash -sudo apt update && sudo apt install -y clang clang-tools lld libstdc++-12-dev -colcon mixin add default https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml -colcon mixin update default -``` - ### Setup the NEXUS workspace ```bash @@ -35,10 +26,8 @@ rosdep install --from-paths src --ignore-src --rosdistro humble -y -r ### Build the NEXUS workspace ```bash -export CX=clang -export CXX=clang++ source /opt/ros/humble/setup.bash -colcon build --mixin release lld +colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release ``` ## Configuration