From a6949c8544e6f8d5c7d1c217559cc7bea22a8a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Sch=C3=BCtte?= Date: Thu, 4 Jan 2018 16:08:51 +0100 Subject: [PATCH] Fix path for gRPC server shell script in CMakeLists.txt (#644) --- cartographer_ros/cartographer_ros/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cartographer_ros/cartographer_ros/CMakeLists.txt b/cartographer_ros/cartographer_ros/CMakeLists.txt index be7ae5c..0755e2d 100644 --- a/cartographer_ros/cartographer_ros/CMakeLists.txt +++ b/cartographer_ros/cartographer_ros/CMakeLists.txt @@ -105,7 +105,7 @@ if (${BUILD_GRPC}) ) install(PROGRAMS - scripts/cartographer_grpc_server.sh + ../scripts/cartographer_grpc_server.sh DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} ) endif()