Re: [ros-users] PointCloud vs PointCloud2

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: Re: [ros-users] PointCloud vs PointCloud2
2010/12/6 Gonçalo Cabrita <>:
> Hi everyone!
> I'm starting a project in which I am going to use a Point Cloud
> representation of data (not vision related).
> So my question is, should I use PointCloud2 instead of PointCloud? Is
> PointCloud sort of deprecated, or is it just a matter of choice depending on
> the requirements of my project?
> Thanks,
> Gonçalo Cabrita
> ISR - University of Coimbra
> Portugal
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>


Gonçalo,

According to the PCL FAQ, publishing PointCloud2 is recommended over PointCloud:

http://www.ros.org/wiki/pcl/FAQ#Is_there_any_reason_to_continue_using_PointCloud_messages.2BAC8-topics.3F

Ivan Dryanovski