We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964dce2 commit 9461f40Copy full SHA for 9461f40
eye_display/README.md
@@ -31,11 +31,13 @@ mkdir ~/catkin_ws/src
31
cd ~/catkin_ws
32
catkin init
33
cd ~/catkin_ws/src
34
-git clone https://github.com/sktometometo/eye_display.git
+git clone https://github.com/jsk-ros-pkg/jsk_3rdparty.git
35
+cd eye_display
36
rosdep install --from-paths . --ignore-src -y -r
37
catkin build eye_display
38
source ~/catkin_ws/devel/setup.bash
39
```
40
+If you do not want to download all jsk_3rdparty files, pleasea check `How to clone only this package` section.
41
42
### Simple demo
43
0 commit comments