Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/toshikinakamura0412/gridmap_to_pointcloud_ros

ROS package for converting gridmap to pointcloud
https://github.com/toshikinakamura0412/gridmap_to_pointcloud_ros

conversion cpp gridmap mit-license pcl pointcloud robotics ros ros-noetic

Last synced: 2 months ago
JSON representation

ROS package for converting gridmap to pointcloud

Awesome Lists containing this project

README

        

# gridmap_to_pointcloud_ros

![Build Status](https://github.com/ToshikiNakamura0412/gridmap_to_pointcloud_ros/workflows/build/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

ROS package for converting gridmap to pointcloud



## Environment
- Ubuntu 20.04
- ROS Noetic

## Install and Build
```
# clone repository
cd /path/to/your/catkin_ws/src
git clone https://github.com/ToshikiNakamura0412/gridmap_to_pointcloud_ros.git

# build
cd /path/to/your/catkin_ws
rosdep install -riy --from-paths src --rosdistro noetic # Install dependencies
catkin build gridmap_to_pointcloud_ros -DCMAKE_BUILD_TYPE=Release # Release build is recommended
```

## Running the demo
```
roslaunch gridmap_to_pointcloud_ros test.launch
```

## Node I/O
![Node I/O](images/node_io.png)

## Nodes
### gridmap_to_pointcloud
#### Published Topics
- /map_cloud (`sensor_msgs/PointCloud2`)
- Pointcloud converted from gridmap

#### Parameters
- ~\/hz (int, default: `1` [Hz]):

The rate of main loop