From a3e46741ab85f0c59115462674b18c0ab26091f8 Mon Sep 17 00:00:00 2001 From: Robofish <1683502971@qq.com> Date: Sat, 7 Mar 2026 23:36:41 +0800 Subject: [PATCH] add build ros --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 5179061..4fe955d 100644 --- a/build.sh +++ b/build.sh @@ -1,2 +1,5 @@ +source /opt/ros/humble/setup.bash +source ~/MOVE_AI/install/setup.bash + cmake -B build make -C build/ -j $(nproc) \ No newline at end of file