Skip to content

Commit b6ebd6a

Browse files
committed
Added instructions for using the build.sh script to install the API and build the packagesé
1 parent 6b0ad1f commit b6ebd6a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ The protobuf compiler is required if you need to re-generate the original packag
5252
1. git clone https://github.com/protocolbuffers/protobuf --branch 3.5.1.1 (you must use this specific version)
5353
2. Follow these [instructions](https://github.com/protocolbuffers/protobuf/blob/master/src/README.md) to build and install protobuf and its compiler.
5454

55+
### Download the API and extract it to the kortex_api/include and kortex_api/lib folders
56+
The build.sh script automates this process. To launch it, go to the root of your catkin_workspace and execute :
57+
```./src/ros_kortex/build.sh```
58+
This will download the API, unzip it to the right folder and build the project with ```catkin_make```.
59+
60+
You can also download and unzip the API manually by following these [instructions](kortex_api/readme.md).
61+
5562
## kortex gazebo
5663
This package is not completed yet but will be available in a future version.
5764

0 commit comments

Comments
 (0)