Giter VIP home page Giter VIP logo

livox_repub's Introduction

livox_repub

republish livox raw message to standard pointcloud2

install

mkdir -p ~/catkin_ws_livox_repub/src
cd ~/catkin_ws_livox_repub/src
git clone https://github.com/zzwu29/livox_repub.git
cd ..
catkin_make

config your message in launch file

The default livox_raw_message_name is "/livox/lidar". livox_points_message_name is "/livox/points".

<launch>
   <node pkg="livox_repub" type="livox_repub_online_node" name="livox_repub_online_node" output="screen" >
      <param name="livox_raw_message_name"    type="string"   value="/livox/lidar" />
      <param name="livox_points_message_name"    type="string"   value="/livox/points" />
   </node>
</launch>

run

terminal - 1

roslaunch livox_repub livox_repub_online.launch

record

terminal - 2

rosbag record /livox/points -O YOUR_BAG_NAME.bag

extract to files

.bag to .pcd

rosrun pcl_ros bag_to_pcd <input_file.bag> <topic> <output_directory>

topic to .pcd

rosrun pcl_ros pointcloud_to_pcd input:=/point_cloud_topic _prefix:=./pcd_save_path

visualize in RVIZ

livox_repub's People

Contributors

kafeiyin00 avatar zzwu29 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.