Skip to content
Snippets Groups Projects
Commit 0e784ba0 authored by Silas Baumann's avatar Silas Baumann
Browse files

Added entry points to setup.py

parent b02f2148
No related branches found
No related tags found
2 merge requests!3Version 0.0.1,!2Launch all nodes with a one-liner
......@@ -15,11 +15,14 @@ setup(
zip_safe=True,
maintainer='silas',
maintainer_email='silas@todo.todo',
description='TODO: Package description',
description='A double integrator simulation with ROS2 nodes',
license='Apache-2.0',
tests_require=['pytest'],
entry_points={
'console_scripts': [
'double_integrator = my_double_integrator.double_integrator:main',
'controller = my_double_integrator.controller:main',
'reference_position_generator = my_double_integrator.reference_position_generator:main',
],
},
)
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