-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
56 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ mc_rtc plugin to use tactile sensor in controller via ROS interface | |
### Dependencies | ||
- [mc_rtc](https://jrl-umi3218.github.io/mc_rtc) | ||
- [isri-aist/MujocoTactileSensorPlugin](https://github.com/isri-aist/MujocoTactileSensorPlugin) (Install as a ROS package) | ||
- An option to build without dependency on the MuJoCo tactile sensor is also supported. | ||
- [eSkinRosUtils](https://github.com/isri-aist/eSkinRosUtils) | ||
- An option to build without dependency on the e-Skin tactile sensor is also supported. | ||
|
||
|
@@ -24,7 +25,7 @@ $ mkdir ${HOME}/src && cd ${HOME}/src | |
$ git clone [email protected]:isri-aist/McRtcTactileSensorPlugin.git --recursive | ||
$ cd McRtcTactileSensorPlugin | ||
$ mkdir build && cd build | ||
$ cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo # Add "-DENABLE_ESKIN=OFF" option if you do not use e-Skin tactile sensor | ||
$ cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo # Add "-DENABLE_MUJOCO=OFF" or "-DENABLE_ESKIN=OFF" options if necessary | ||
$ make | ||
$ make install | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters