Skip to content

Commit

Permalink
copy nodes on install
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrm1 committed Mar 2, 2024
1 parent d3e8807 commit 056114d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rktl_planner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
('share/' + package_name, ['package.xml']),
(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('lib', package_name), glob(os.path.join(package_name, 'nodes', '*.py'))),
(os.path.join('share', package_name, 'config'), glob(os.path.join('config', '*.yaml'))),
],
install_requires=['setuptools'],
Expand Down

0 comments on commit 056114d

Please sign in to comment.