diff --git a/README.md b/README.md index ee3748911ff04fa4018c0ab3d9d012d836a2b636..bceb53a3f514501627302dbc9a6b5f79c872d5a0 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,17 @@ tutorials or show-cases. These source files do not intend to substitute their or sudo apt install robotpkg-py3\*-example-robot-data ``` +### :turtle: With ROS + +Just clone it (with `--recursive`) into a catkin workspace. + +### :file_folder: From source + +Clone it (with `--recursive`), create a `build` directory inside, and: +```bash +cmake .. && make && make install +``` + ## :gear: Configuration Unless you got this package from catkin, you will need to set `ROS_PACKAGE_PATH` to your `$CMAKE_INSTALL_PREFIX/share`