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

https://github.com/michdo93/map_listener_opencv

ROS package which listens and subscribes to the map topic. This mean it shows an occupancy grid map via OpenCV.
https://github.com/michdo93/map_listener_opencv

Last synced: about 2 months ago
JSON representation

ROS package which listens and subscribes to the map topic. This mean it shows an occupancy grid map via OpenCV.

Awesome Lists containing this project

README

          

# map_listener_opencv

ROS package which listens and subscribes to the map topic. This mean it shows an occupancy grid map via OpenCV.

## Installation

Go to the `catkin_ws/src` folder and clone the repository:

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

## Usage

At first you have to run a ROS program which publishes to the topic `map`. Equivalent to

```
rosrun map_server map_saver -f ~/map
```

you can now run:

```
rosrun map_listener_opencv mapListener.py
```