ai draft of ptz control code

This commit is contained in:
Tristan McGinnis
2025-05-25 18:08:56 -06:00
parent 4a9a0bfb0d
commit 3ed821f4fb
8 changed files with 931 additions and 5 deletions

View File

@@ -20,7 +20,8 @@ setup(
entry_points={
'console_scripts': [
"core = core_pkg.core_node:main",
"headless = core_pkg.core_headless:main"
"headless = core_pkg.core_headless:main",
"ptz = core_pkg.core_ptz:main"
],
},
)