fix: update ros2 plumbing files

This commit is contained in:
David
2026-03-24 15:41:00 -05:00
parent 45825189a5
commit b257dc7556
14 changed files with 59 additions and 41 deletions

View File

@@ -14,8 +14,8 @@ setup(
zip_safe=True,
maintainer="tristan",
maintainer_email="tristanmcginnis26@gmail.com",
description="TODO: Package description",
license="TODO: License declaration",
description="Relays topics related to Biosensor between VicCAN (through Anchor) and basestation.",
license="AGPL-3.0-only",
entry_points={
"console_scripts": ["bio = bio_pkg.bio_node:main"],
},