Giter Club home page Giter Club logo

Comments (6)

yangfanFred avatar yangfanFred commented on July 26, 2024

src/HesaiLidar_General_SDK/src/PandarGeneralRaw/include/pandarGeneral/point_types.h

We want to use PandarXT-16 to collect XYZIRT type point cloud data. We wonder if this radar can support this kind of point cloud data information? Hope to get your reply! thank you

Yeah, it's supported, you can find data type defination here in source code: src/HesaiLidar_General_SDK/src/PandarGeneralRaw/include/pandarGeneral/point_types.h

from hesailidar_general_ros.

ParkerChan avatar ParkerChan commented on July 26, 2024

src/HesaiLidar_General_SDK/src/PandarGeneralRaw/include/pandarGeneral/point_types.h

We want to use PandarXT-16 to collect XYZIRT type point cloud data. We wonder if this radar can support this kind of point cloud data information? Hope to get your reply! thank you

Yeah, it's supported, you can find data type defination here in source code: src/HesaiLidar_General_SDK/src/PandarGeneralRaw/include/pandarGeneral/point_types.h

src/HesaiLidar_General_SDK/src/PandarGeneralRaw/include/pandarGeneral/point_types.h

We want to use PandarXT-16 to collect XYZIRT type point cloud data. We wonder if this radar can support this kind of point cloud data information? Hope to get your reply! thank you

Yeah, it's supported, you can find data type defination here in source code: src/HesaiLidar_General_SDK/src/PandarGeneralRaw/include/pandarGeneral/point_types.h

嗯嗯,后续工作中我也发现了点云数据格式支持,但现在又发现了一个问题,由于我的算法需要将雷达与惯性传感单元做时钟同步,我在阅读Pandar-xt16的底层代码时,发现代码中对点云的timestamp使用的不是ros::Time::now,而是另外一种时间戳,我想问的是,如果我在这个地方手动改为ros::time::now的话,会对点云数据有影响吗?感谢

from hesailidar_general_ros.

Asagi-Lily avatar Asagi-Lily commented on July 26, 2024

你好,我使用的是XT32雷达,在/HesaiLidar_General_SDK/src/PandarGeneralRaw/include/pandarGeneral/point_types.h中也找到了格式,但目前输出的点云是XYZI格式,请问该如何修改以获得输出XYZIR格式的点云呢?感谢

from hesailidar_general_ros.

yangfanFred avatar yangfanFred commented on July 26, 2024

Hi Parker,

ROS driver默认使用的时间戳为从雷达获取的雷达内部时间,反应的是精确的雷达采集到点的时间;
如果使用ros time,反应的是系统收到网络包的时间,没有本身的雷达时间精确;其他没有影响

Thanks,
Fred

from hesailidar_general_ros.

yangfanFred avatar yangfanFred commented on July 26, 2024

Hi Lily,

目前输出的点云格式实际上是XYZITR格式,请再确认下,要修改也可以在这个头文件中修改的

Thanks,
Fred

from hesailidar_general_ros.

Asagi-Lily avatar Asagi-Lily commented on July 26, 2024

非常感谢,我已经查看并确认输出的点云格式是XYZITR格式了

from hesailidar_general_ros.

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.