Re: [ros-users] scan_to_scan_filter_chain

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Jeremy Leibs
日付:  
To: ros-users
題目: Re: [ros-users] scan_to_scan_filter_chain
Robbie, the scan_to_scan_filter_chain is a node, not a class. It will
run on its own and then communicate with your node via ROS. It will
apply a set of filters based on how you have configured it and publish
the filtered scans. That way you only filter the scans once and can
feed the same filtered data into all downstream nodes.

http://www.ros.org/wiki/laser_filters#scan_to_scan_filter_chain

If you really need to create your own scan-filter inside of other
code, you can try going through the tutorial:

http://www.ros.org/wiki/laser_filters/Tutorials/Laser%20filtering%20in%20C%2B%2B

It basically just describes the scan_to_scan_filter_chain.


--Jeremy

On Fri, Mar 19, 2010 at 5:33 AM, Robbie Plankenhorn
<> wrote:
> I am trying to use the scan_to_scan_filter_chain and I am having trouble
> figuring out what I need to #include in order to use this class.  Any
> ideas?  I tried digging through the source but I can't seem to find the
> right header file in the laser_filters stack.
>
> Thanks,
> Robbie Plankenhorn
>
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>
>