From 81d37ea006b1ebc569f08dc7ef32025d41eaffd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B6=98=EC=88=98?= <50790297+kcs0421@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:03:13 +0900 Subject: [PATCH] compatible with canlab-edge_box(CLEB-G-01A) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f291d6..8dd053b 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,10 @@ Requirements: ### Download Pacakage If you need to modify the code or ensure you have the latest update you will need to clone this repo then build the package. + $ mkdir -p ~/catkin_ws/src + $ cd ~/catkin_ws/src $ git clone --branch noetic https://github.com/canlab-co/ros_v4l2_camera.git - $ cd ~/ros_v4l2_camera + $ cd ~/catkin_ws $ catkin_make $ source devel/setup.bash