From 5df1f95441048580f739d0b37d062455afb87a21 Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Mon, 17 Jun 2019 15:56:48 +0200 Subject: [PATCH] [wip/sot-tiago] Add stop-controllers.py install Bump PKGREVISION 1 Should switch to a real ROS package to have this available through roslaunch. --- sot-tiago/Makefile | 1 + sot-tiago/PLIST | 2 ++ 2 files changed, 3 insertions(+) diff --git a/sot-tiago/Makefile b/sot-tiago/Makefile index d14a7435..e147307f 100644 --- a/sot-tiago/Makefile +++ b/sot-tiago/Makefile @@ -5,6 +5,7 @@ ORG= stack-of-tasks NAME= sot-tiago VERSION= 1.0.0 +PKGREVISION= 1 PKGNAME= ${NAME}-${VERSION} DISTNAME= ${NAME}-${VERSION} diff --git a/sot-tiago/PLIST b/sot-tiago/PLIST index 3a4c54c8..cc8a8aae 100644 --- a/sot-tiago/PLIST +++ b/sot-tiago/PLIST @@ -15,3 +15,5 @@ ${PYTHON_SITELIB}/dynamic_graph/sot/tiago/sot_tiago_device/wrap${PYTHON_EXT_SUFF ${PYTHON_SITELIB}/dynamic_graph/sot/tiago/tiago.py share/sot-tiago/tests/appli.py share/sot-tiago/tests/test.py +share/sot-tiago/tests/stop-controllers.py + -- GitLab