Skip to content

Commit

Permalink
Add generate_parameter_module to setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 committed Jul 14, 2024
1 parent 3feebfb commit 19891a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions human_detector/human_detector/human_detector.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
from human_detector.human_detector_parameters import human_detector_parameters


def main():
print('Hi from human_detector.')

Expand Down
3 changes: 3 additions & 0 deletions human_detector/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
from setuptools import find_packages, setup
from generate_parameter_library_py.setup_helper import generate_parameter_module

package_name = 'human_detector'

generate_parameter_module("human_detector_parameters", "human_detector/human_detector_parameters.yaml")

setup(
name=package_name,
version='0.0.0',
Expand Down

0 comments on commit 19891a9

Please sign in to comment.