From 340a58f190c27f49c5a5368d0135f53af385d88c Mon Sep 17 00:00:00 2001 From: HYu <35761931+NPU-yuhang@users.noreply.github.com> Date: Sat, 17 Feb 2024 10:53:46 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42f6d52..f4a5b84 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ git clone https://github.com/tudelft/AvoidBench.git sudo apt update sudo apt install libzmqpp-dev libopencv-dev unzip python3-catkin-tools sudo apt install libgoogle-glog-dev protobuf-compiler ros-noetic-octomap-msgs ros-noetic-octomap-ros python3-vcstool -cd Avoidbench +cd AvoidBench echo "export AVOIDBENCH_PATH=path_to_this_project/AvoidBench/src/avoidbench" >> ~/.bashrc catkin build ```