Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

laser_filters/LaserArrayFilter Bug #54

Open
spuetz opened this issue Jul 19, 2017 · 3 comments
Open

laser_filters/LaserArrayFilter Bug #54

spuetz opened this issue Jul 19, 2017 · 3 comments

Comments

@spuetz
Copy link
Contributor

spuetz commented Jul 19, 2017

Defining only the param range_filter_chain causes an error: "process has died!" Right now you need both: range_filter_chain, intensity_filter_chain.

Using the MedianFilterFloat and not MultiChannelMedianFilterFloat is also not possible. Couldn't find filter of type filters/MedianFilterFloat. MultiChannelMedianFilterFloat is working.

@jonbinney
Copy link
Contributor

What version of ros are you on? What are you launching (text of config files would be useful). Are you using this package from source or from debs?

@spuetz
Copy link
Contributor Author

spuetz commented Jul 19, 2017

We use kinetic, with the Debian package. For example, the following config (without intensity_filter_chain) does not work:

scan_filter_chain:
- type: laser_filters/LaserArrayFilter
  name: laser_median_filter
  params: 
    range_filter_chain:
      - name: median_5
        type: filters/MultiChannelMedianFilterFloat 
        params:
          number_of_observations: 5

@jonbinney
Copy link
Contributor

I haven't been able to reproduce your problem yet. Does it crash immediately, or only when you receive laser scans? Any chance you can provide a gdb backtrace? Are there any errors other than "process has died!"? Can you copy/paste the entire terminal output?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants