From ccbe5339273439dc3bdb1cf31224dd247dc803e9 Mon Sep 17 00:00:00 2001 From: Zachary Date: Mon, 7 Jun 2021 14:18:28 +0800 Subject: [PATCH] fix CMakeLists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef5393d..eed9c9a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ catkin_install_python(PROGRAMS scripts/client.py scripts/detect_marker.py scripts/following_marker.py - scripts/gripper_control.py + scripts/follow_and_pump.py scripts/simple_gui.py DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} )