Skip to content

Commit

Permalink
Add demonstration manipulation.
Browse files Browse the repository at this point in the history
  • Loading branch information
florent-lamiraux committed Dec 6, 2022
1 parent af91ba6 commit 662749e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "manipulation"]
path = manipulation
url = https://github.com/agimus/agimus-demos-franka-manipulation
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

OPTION(USE_FRANKA_MANIPULATION "Install files for frank/manipulation demo" OFF)

IF(USE_FRANKA_MANIPULATION)
ADD_SUBDIRECTORY(manipulation)
ENDIF()
1 change: 1 addition & 0 deletions manipulation
Submodule manipulation added at 6934cb

0 comments on commit 662749e

Please sign in to comment.