Metadata-Version: 2.1
Name: cnspy_rosbag2image
Version: 0.1.1
Summary: ROS1 rosbag to image file converter.
Home-page: https://github.com/aau-cns/cnspy_rosbag2image/
Author: Roland Jung
Author-email: roland.jung@aau.at
Project-URL: Bug Tracker, https://github.com/aau-cns/cnspy_rosbag2image/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: pandas
Requires-Dist: argparse
Requires-Dist: PyYAML
Requires-Dist: rospkg
Requires-Dist: opencv-python
Requires-Dist: pycryptodomex
Requires-Dist: pycryptodome
Requires-Dist: gnupg
Requires-Dist: lz4

#  cnspy_rosbag2image -- Package

A package to convert [ROS1] image messages into image files. 


## Installation

Install the current code base from GitHub and pip install a link to that cloned copy
```
git clone https://github.com/aau-cns/cnspy_rosbag2image.git
cd cnspy_rosbag2image
pip install -e .
```
or the [official package](https://pypi.org/project/cnspy-rosbag2image/) via
```commandline
pip install cnspy-rosbag2image
```
## Dependencies

It is part of the [cnspy eco-system](https://github.com/aau-cns/cnspy_eco_system_test) of the [cns-github](https://github.com/aau-cns) group.  
Main dependencies are:
* [numpy]()
* [rospkg]()
* [opencv-python]()

## Collaborators

* [Christian Brommer](https://github.com/Chris-Bee)
* [Thomas Jantos](https://www.aau.at/team/jantos-thomas-georg/)



## License

Software License Agreement (GNU GPLv3  License), refer to the LICENSE file.

*Sharing is caring!* - [Roland Jung](https://github.com/jungr-ait)  
