Skip to content

Commit 1050b05

Browse files
committed
Fix ur calibration patch
1 parent 1709b82 commit 1050b05

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

patch/ros-jazzy-ur-calibration.win.patch

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/CMakeLists.txt b/CMakeLists.txt
2-
index e95014a1..8dbdd64d 100644
2+
index e95014a1..ec5e5bb4 100644
33
--- a/CMakeLists.txt
44
+++ b/CMakeLists.txt
55
@@ -5,7 +5,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
@@ -11,7 +11,15 @@ index e95014a1..8dbdd64d 100644
1111

1212
if(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
1313
message("${PROJECT_NAME}: You did not request a specific build type: selecting 'RelWithDebInfo'.")
14-
@@ -33,9 +33,11 @@ target_include_directories(calibration
14+
@@ -18,6 +18,7 @@ find_package(ur_robot_driver REQUIRED)
15+
16+
find_package(Eigen3 REQUIRED)
17+
find_package(yaml_cpp_vendor REQUIRED)
18+
+find_package(yaml-cpp REQUIRED)
19+
find_package(ur_client_library REQUIRED)
20+
21+
###########
22+
@@ -33,9 +34,11 @@ target_include_directories(calibration
1523
include
1624
${EIGEN3_INCLUDE_DIRS}
1725
)

0 commit comments

Comments
 (0)