[ros-users] scan_to_scan_filter_chain
Jeremy Leibs
leibs at willowgarage.com
Fri Mar 19 15:19:51 UTC 2010
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
<rplankenhorn at gmail.com> 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
> ros-users at code.ros.org
> https://code.ros.org/mailman/listinfo/ros-users
>
>
More information about the ros-users
mailing list