From dadde5d507e5b70c4978c7a0bcbe31169c8625fd Mon Sep 17 00:00:00 2001 From: Brett Graham Date: Sun, 27 Nov 2016 21:41:26 -0500 Subject: [PATCH] improving fake_joystick and adding to stompy_ros --- src/stompy_ros/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stompy_ros/CMakeLists.txt b/src/stompy_ros/CMakeLists.txt index 0ca2c02..b75314c 100644 --- a/src/stompy_ros/CMakeLists.txt +++ b/src/stompy_ros/CMakeLists.txt @@ -148,7 +148,7 @@ include_directories( ## Install ## ############# -catkin_install_python(PROGRAMS bin/leg +catkin_install_python(PROGRAMS bin/leg bin/fake_joystick.py DESTINATION $(CATKIN_PACKAGE_BIN_DESTINATION)) # all install targets should use catkin DESTINATION variables # See http://ros.org/doc/api/catkin/html/adv_user_guide/variables.html