Skip to content

Commit

Permalink
remove installation instruction for vision_visp
Browse files Browse the repository at this point in the history
  • Loading branch information
penglongxiang committed May 17, 2024
1 parent 56350fc commit 3db8caa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
11 changes: 3 additions & 8 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -696,23 +696,18 @@ Refer to [official Github](https://github.com/IFL-CAMP/easy_handeye):
```bash
$ git clone https://github.com/IFL-CAMP/easy_handeye
```
### 7.1.4 Install 'vision_visp' supporting package:
Refer to [official Github](https://github.com/lagadic/vision_visp):
```bash
$ git clone -b kinetic-devel https://github.com/lagadic/vision_visp.git
```
### 7.1.5 Install 'find_object_2d', for object detection:
### 7.1.4 Install 'find_object_2d', for object detection:
Refer to [official Github](https://github.com/introlab/find-object/tree/kinetic-devel):
```bash
$ sudo apt-get install ros-kinetic-find-object-2d
```
### 7.1.6 Install other dependencies:
### 7.1.5 Install other dependencies:
```bash
$ cd ~/catkin_ws
```
Then follow chapter [4.3](#43-install-other-dependent-packages).

### 7.1.7 Build the whole workspace:
### 7.1.6 Build the whole workspace:
```bash
$ catkin_make
```
Expand Down
11 changes: 3 additions & 8 deletions ReadMe_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -682,23 +682,18 @@ $ git clone -b kinetic-devel https://github.com/pal-robotics/aruco_ros.git
```bash
$ git clone https://github.com/IFL-CAMP/easy_handeye
```
### 7.1.4 安装vision_visp 支持包:
参考[官方Github](https://github.com/lagadic/vision_visp):
```bash
$ git clone -b kinetic-devel https://github.com/lagadic/vision_visp.git
```
### 7.1.5 安装find_object_2d包,用于物体识别:
### 7.1.4 安装find_object_2d包,用于物体识别:
参考[官方Github](https://github.com/introlab/find-object/tree/kinetic-devel):
```bash
$ sudo apt-get install ros-kinetic-find-object-2d
```
### 7.1.6 安装其他依赖包:
### 7.1.5 安装其他依赖包:
```bash
$ cd ~/catkin_ws
```
然后请参考[4.3节内容](#43-安装其他依赖包).

### 7.1.7 编译整个工作区:
### 7.1.6 编译整个工作区:
```bash
$ catkin_make
```
Expand Down

0 comments on commit 3db8caa

Please sign in to comment.