From 42d4e16ea17490e9285508c23f6315e8612c2ad7 Mon Sep 17 00:00:00 2001 From: wubw1656 <879367232@qq.com> Date: Sat, 4 Nov 2023 20:13:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9build.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 5a8e36b..16c466a 100755 --- a/build.sh +++ b/build.sh @@ -2,10 +2,10 @@ # 创建工作目录 mkdir ~/PointVisual - -cd .. -#将当前src移动到PointVisual -cp -r src ~/PointVisual +mkdir ~/PointVisual/src +# cd .. +#将当前point_visual移动到PointVisual +cp -r point_visual ~/PointVisual/src/point_visual # 切换到工作目录 cd ~/PointVisual From 5bc2e4a4edbc778c259e6d1aad3cf5ae3b8e616b Mon Sep 17 00:00:00 2001 From: wubw1656 <879367232@qq.com> Date: Sat, 4 Nov 2023 20:23:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9read.me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ae2ae1..3a90967 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ 在工作目录下(src上一层) 记得source(可能需要) 1. source ./devel/setup.bash -2. roslaunch point_visual laser.launch +2. rosrun point_visual myviz 3. xxxx #### 参与贡献