mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 17:30:36 +00:00
ai draft of ptz control code
This commit is contained in:
@@ -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"
|
||||
],
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user