PassThrough nodelet with more than one field
Dear ROS users, I am using the passthrough nodelet (link text) on a point cloud. Setting one field parameter (like in the tutorial) works. What I want to do is to use the nodelet to filter all the fields (x, y, z) at the same time. Since the param "filter_field_name" is only one, how I can achieve that? Thanks!