Re: [ros-users] [PCL-users] PCL 0.7 Released!

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: Point Cloud Library (PCL) mailing list
CC: ros-users
Subject: Re: [ros-users] [PCL-users] PCL 0.7 Released!
On Thu, Dec 30, 2010 at 7:28 PM, Patrick Bouffard <
> wrote:

> Should I be able to then use pcl::PointCloud<T> as a message type for
> a message_filters::Subscriber as well?



Yes! message_filters::Subscriber wraps around a ros::Subscriber, so this
will just work.

If so is there code anywhere
> where this is used with an ExactTime synchronizer that I could look at
> as an example? I see that, e.g., pcl::fromROSMsg is still used in
> sac_segmentation.cpp in pcl_ros.
>


I don't believe we have a code example right this moment, but Radu is hard
at work converting pcl_ros to use ros::Publisher/Subscriber everywhere.

Cheers,
Patrick