Skip to content

Commit

Permalink
copy rqt perspectives on install
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrm1 committed Feb 27, 2024
1 parent 12f6747 commit 59bc599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rktl_launch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 59bc599

Please sign in to comment.