You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,13 @@ The protobuf compiler is required if you need to re-generate the original packag
52
52
1. git clone https://github.com/protocolbuffers/protobuf --branch 3.5.1.1 (you must use this specific version)
53
53
2. Follow these [instructions](https://github.com/protocolbuffers/protobuf/blob/master/src/README.md) to build and install protobuf and its compiler.
54
54
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
+
55
62
## kortex gazebo
56
63
This package is not completed yet but will be available in a future version.
0 commit comments