From 59bc5998628971f7e1e14f2cd15b680d983dcda1 Mon Sep 17 00:00:00 2001 From: jcrm1 <52137472+jcrm1@users.noreply.github.com> Date: Tue, 27 Feb 2024 02:17:30 +0000 Subject: [PATCH] copy rqt perspectives on install --- src/rktl_launch/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rktl_launch/setup.py b/src/rktl_launch/setup.py index 74adc554..d1f68dd2 100644 --- a/src/rktl_launch/setup.py +++ b/src/rktl_launch/setup.py @@ -15,6 +15,7 @@ (os.path.join('share', package_name, 'launch'), glob(os.path.join('launch', '*launch.[pxy][yma]*'))), (os.path.join('lib', package_name), glob(os.path.join(package_name, '*.py'))), (os.path.join('share', package_name, 'config'), glob(os.path.join('config', '*.yaml'))), + (os.path.join('share', package_name, 'rqt'), glob(os.path.join('rqt', '*.perspective'))), ], install_requires=['setuptools'], zip_safe=True,