Skip to content
Snippets Groups Projects
Commit b1baf743 authored by Simon Wittl's avatar Simon Wittl
Browse files

added packages req

parent 3a1c0a1e
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@
<test_depend>python3-pytest</test_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>visualization_msgs</exec_depend>
<exec_depend>python3-numpy</exec_depend>
<exec_depend>rclpy</exec_depend>
......
......@@ -11,7 +11,8 @@ setup(
['resource/' + package_name]),
('share/' + package_name, ['package.xml']),
],
install_requires=['setuptools'],
install_requires=['setuptools',
'Pillow'],
zip_safe=True,
maintainer='root',
maintainer_email='simon.wittl@th-deg.de',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment