Skip to content

Commit

Permalink
[robots] Add RHPS1
Browse files Browse the repository at this point in the history
  • Loading branch information
arntanguy committed Mar 15, 2024
1 parent 118df44 commit 57e6ff2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions robots/RHPS1.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
option(WITH_RHPS1 "Build RHPS1 support" OFF)

if(NOT WITH_RHPS1)
return()
endif()

AddCatkinProject(rhps1_description
GITHUB isri-aist/rhps1_description
GIT_TAG origin/main
WORKSPACE data_ws
)

AddProject(mc_rhps1
GITHUB isri-aist/mc_rhps1
GIT_TAG origin/master
DEPENDS rhps1_description mc_rtc
)

0 comments on commit 57e6ff2

Please sign in to comment.