Skip to content

Commit

Permalink
Update maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Nov 22, 2024
1 parent 22f95ed commit 3cfdb73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
<name>rosbag2_to_video</name>
<version>1.0.0</version>
<description>Command line tool to create a video from a rosbag recording</description>
<maintainer email="[email protected]">Ivan Santiago Paunovic</maintainer>

<maintainer email="[email protected]">Błażej Sowa</maintainer>

<license>Apache-2.0</license>

<author email="[email protected]">Ivan Santiago Paunovic</author>

<exec_depend>libopencv-dev</exec_depend>
<exec_depend>python3-opencv</exec_depend>
<exec_depend>rclpy</exec_depend>
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
],
install_requires=['setuptools'],
zip_safe=True,
maintainer='Ivan Santiago Paunovic',
maintainer_email='[email protected]',
author='Ivan Santiago Paunovic',
author_email='[email protected]',
maintainer='Błażej Sowa',
maintainer_email='[email protected]',
description='Command line tool to create a video from a rosbag recording',
license='Apache-2.0',
tests_require=['pytest'],
Expand Down

0 comments on commit 3cfdb73

Please sign in to comment.