GithubHelp home page GithubHelp logo

Convert lidar csv files to pcds about avdata HOT 3 CLOSED

ford avatar ford commented on July 19, 2024
Convert lidar csv files to pcds

from avdata.

Comments (3)

Liumouliu avatar Liumouliu commented on July 19, 2024 2

Finally, I am able to do it. The details are listed below for the reference of other people who may want to do the same job.

  1. roslaunch ford_demo multi_lidar_convert.launch

By the time (2021/6/4), you need to revise the file multi_lidar_convert.launch following #10

If you want to skip the long replies, the ready-to-use file is attached (change the name to multi_lidar_convert.launch). multi_lidar_convert.txt

  1. Follow #21

install the pcl_ros library.

However, before install the library, plz change the line (https://answers.ros.org/question/331779/missing-ros-message-while-running-pointcloud-to-pcd/):

sub_ = nh_.subscribe (cloud_topic_, 1, &PointCloudToPCD::cloud_cb, this);

to

sub_ = nh_.subscribe (cloud_topic_, 100, &PointCloudToPCD::cloud_cb, this);

in file pointcloud_to_pcd.cpp

  1. rosrun pcl_ros pointcloud_to_pcd put:=/lidar_blue_pointcloud

As I want to record the lidar blue pointclouds

  1. slow play the rosbag, otherwise you will lost pcds

rosbag play ~/Sample-Data.bag -r 0.1

from avdata.

ankitvora7 avatar ankitvora7 commented on July 19, 2024

Some of these changes should be in the master branch!

from avdata.

ankitvora7 avatar ankitvora7 commented on July 19, 2024

Closing this issue

from avdata.

Related Issues (20)

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.