Skip to content

Commit

Permalink
Merge pull request #27 from v4hn/pr-hydro-fix-broken-filters-plugin
Browse files Browse the repository at this point in the history
specify prefix for filter plugins
  • Loading branch information
k-okada authored Apr 27, 2018
2 parents e09fb5b + d75526a commit 41ef29f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pr2_navigation_perception/config/laser_interpolation.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
scan_filter_chain:
- name: interpolation
type: InterpolationFilter
type: laser_filters/InterpolationFilter
4 changes: 2 additions & 2 deletions pr2_navigation_perception/config/shadow_filter.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
scan_filter_chain:
- name: shadows
type: ScanShadowsFilter
type: laser_filters/ScanShadowsFilter
params:
min_angle: 10
max_angle: 170
neighbors: 20
window: 1
- name: dark_shadows
type: LaserScanIntensityFilter
type: laser_filters/LaserScanIntensityFilter
params:
lower_threshold: 100
upper_threshold: 10000
Expand Down
6 changes: 3 additions & 3 deletions pr2_navigation_perception/config/tilt_laser_filters.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
scan_filter_chain:
- name: shadows
type: ScanShadowsFilter
type: laser_filters/ScanShadowsFilter
params:
min_angle: 10
max_angle: 170
neighbors: 20
window: 1
- name: dark_shadows
type: LaserScanIntensityFilter
type: laser_filters/LaserScanIntensityFilter
params:
lower_threshold: 100
upper_threshold: 10000
disp_histogram: 0
- name: angular_bounds
type: LaserScanAngularBoundsFilter
type: laser_filters/LaserScanAngularBoundsFilter
params:
lower_angle: -1.22173048
upper_angle: 1.22173048
Expand Down

0 comments on commit 41ef29f

Please sign in to comment.