An open API service indexing awesome lists of open source software.

https://github.com/michdo93/base64_publisher

A ROS publisher for publishing a base64 image string.
https://github.com/michdo93/base64_publisher

Last synced: 5 months ago
JSON representation

A ROS publisher for publishing a base64 image string.

Awesome Lists containing this project

README

          

# base64_publisher
A ROS publisher for publishing a base64 image string.

## Installation

Go to your src folder of your catkin_ws and clone the repository:

```
cd ~/catkin_ws/src
git clone https://github.com/Michdo93/base64_publisher.git
cd ~/catkin_ws
catkin_make
```

## Usage

You can run each it like following:

```
rosrun base64_publisher ImagePublisher.py
```