readme mini-update

This commit is contained in:
2026-03-15 22:27:34 -05:00
parent a97e8d54bb
commit b000850d68
5 changed files with 70 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ setup(
('share/' + package_name, ['package.xml']),
(os.path.join('share', package_name, 'launch'), glob('launch/*.py')),
(os.path.join('share', package_name, 'weights'), glob('weights/*.pth')),
(os.path.join('share', package_name, 'calibration'), glob('calibration/*.yaml')),
],
install_requires=['setuptools'],
zip_safe=True,