File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,13 +50,6 @@ find_package(glfw3 REQUIRED)
5050find_package (Python3 COMPONENTS Interpreter Development REQUIRED )
5151find_package (MuJoCo REQUIRED )
5252
53- #FetchContent_Declare(pinocchio
54- # OVERRIDE_FIND_PACKAGE
55- # GIT_REPOSITORY https://github.com/stack-of-tasks/pinocchio.git
56- # GIT_TAG v3.3.0
57- # GIT_PROGRESS TRUE
58- # EXCLUDE_FROM_ALL
59- #)
6053FetchContent_Declare (
6154 libfranka
6255 GIT_REPOSITORY https://github.com/frankaemika/libfranka.git
@@ -100,13 +93,6 @@ add_library(mujoco_ui_lib ${MuJoCo_UI_DIR}/glfw_adapter.cc ${MuJoCo_UI_DIR}/plat
10093target_link_libraries (mujoco_ui_lib MuJoCo::MuJoCo glfw )
10194target_include_directories (mujoco_ui_lib INTERFACE ${MuJoCo_UI_DIR} )
10295
103- #FetchContent_MakeAvailable(pinocchio)
104- #install(TARGETS pinocchio_parsers DESTINATION rcsss COMPONENT python_package)
105- #install(TARGETS pinocchio_default DESTINATION rcsss COMPONENT python_package)
106-
107- # Set the rpath to include the path where the libraries are installed
108- # set(CMAKE_INSTALL_RPATH "$ORIGIN")
109-
11096FetchContent_MakeAvailable (libfranka rl pybind11)
11197
11298if (${INCLUDE_UTN_MODELS} )
You can’t perform that action at this time.
0 commit comments