PilzDE / pilz_application_templates

ROS application templates and example applications for pilz products.
Apache License 2.0
4 stars 4 forks source link

Fix/install #23

Closed jschleicher closed 3 years ago

jschleicher commented 3 years ago

An install build currently fails, because of a setup.py without corresponding python modules. This PR enables Travis to check a standard build and fixes the problem afterwards. Additionally it adds implicit exec_depends now explicitly to fix catkin_lint.

rfeistenauer commented 3 years ago

Wouldn't it be easier to just add the folder with a __init__.py. Then the package would be setup for use with our python API as well.