GithubHelp home page GithubHelp logo

sjtuly / rs_to_velodyne Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hviktortsoi/rs_to_velodyne

0.0 0.0 0.0 14 KB

A ros tool for converting Robosense pointcloud to Velodyne pointcloud format.

C++ 92.94% CMake 7.06%

rs_to_velodyne's Introduction

RS to Velodyne

A ros tool for converting Robosense pointcloud to Velodyne pointcloud format, which can be directly used for downstream algorithm, such as LOAM, LEGO-LOAM, LIO-SAM, etc.

Currently support:

1. [robosense XYZIRT] to [velodyne XYZIRT / XYZIR / XYZI]: (Recommended)

RS-16, RS-32, RS-Ruby, RS-BP and RS-Helios LiDAR point cloud.

2. [robosense XYZI] to [velodyne XYZIR]:

RS-16 and RS-Ruby LiDAR point cloud, More LiDAR model support is coming soon.

Usage

1. XYZIRT input

For XYZIRT format point clouds from /rslidar_points (Notice that, you need the latest rslidar_sdk driver to get this type of point cloud):

rosrun rs_to_velodyne rs_to_velodyne XYZIRT XYZIRT
# or
rosrun rs_to_velodyne rs_to_velodyne XYZIRT XYZIR
# or
rosrun rs_to_velodyne rs_to_velodyne XYZIRT XYZI

The output point clouds are XYZIRT / XYZIR / XYZI point cloud /velodyne_points in Velodyne's format.

2. XYZI input

For XYZI format point clouds from /rslidar_points:

rosrun rs_to_velodyne rs_to_velodyne XYZI XYZIR

The output point clouds are XYZIR point cloud /velodyne_points in Velodyne's format.

Subscribes

/rslidar_points: sensor_msgs.PointCloud2, from Robosense LiDAR.

Publishes

/velodyne_points: sensor_msgs.PointCloud2, the frame_id is velodyne.

rs_to_velodyne's People

Contributors

hviktortsoi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.