From e53b66830efab6269dd23427a238502ae1a38838 Mon Sep 17 00:00:00 2001 From: Huibean Luo Date: Sat, 2 Dec 2017 17:03:31 +0800 Subject: [PATCH] fix cd to cp --- svo_ros/doc/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svo_ros/doc/install.md b/svo_ros/doc/install.md index 6793903..8526839 100644 --- a/svo_ros/doc/install.md +++ b/svo_ros/doc/install.md @@ -72,7 +72,7 @@ Now, this workspace should overlay both the ros installation and the `svo_instal Copy the `rpg_svo_example` folder to the `src` folder and build the `svo_install_overlay_ws` - cd -r /rpg_svo_example ~/svo_install_overlay_ws/src + cp -r /rpg_svo_example ~/svo_install_overlay_ws/src cd ~/svo_install_overlay_ws catkin build