mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-04-20 11:51:16 -05:00
fix: update ros2 plumbing files
This commit is contained in:
@@ -3,14 +3,15 @@
|
||||
<package format="3">
|
||||
<name>headless_pkg</name>
|
||||
<version>1.0.0</version>
|
||||
<description>Headless rover control package to handle command interpretation and embedded interfacing.</description>
|
||||
<description>Provides headless rover control, similar to Basestation.</description>
|
||||
<maintainer email="ds0196@uah.edu">David Sharpe</maintainer>
|
||||
<license>AGPL-3.0-only</license>
|
||||
|
||||
<depend>rclpy</depend>
|
||||
<depend>common_interfaces</depend>
|
||||
<depend>python3-pygame</depend>
|
||||
<depend>astra_msgs</depend>
|
||||
|
||||
<exec_depend>common_interfaces</exec_depend>
|
||||
<exec_depend>python3-pygame</exec_depend>
|
||||
<exec_depend>astra_msgs</exec_depend>
|
||||
|
||||
<test_depend>ament_copyright</test_depend>
|
||||
<test_depend>ament_flake8</test_depend>
|
||||
|
||||
@@ -2,3 +2,5 @@
|
||||
script_dir=$base/lib/headless_pkg
|
||||
[install]
|
||||
install_scripts=$base/lib/headless_pkg
|
||||
[build_scripts]
|
||||
executable= /usr/bin/env python3
|
||||
|
||||
@@ -14,11 +14,9 @@ setup(
|
||||
zip_safe=True,
|
||||
maintainer="David Sharpe",
|
||||
maintainer_email="ds0196@uah.edu",
|
||||
description="Headless rover control package to handle command interpretation and embedded interfacing.",
|
||||
license="All Rights Reserved",
|
||||
description="Provides headless rover control, similar to Basestation.",
|
||||
license="AGPL-3.0-only",
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"headless_full = src.headless_node:main",
|
||||
],
|
||||
"console_scripts": ["headless_full = src.headless_node:main"],
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user