Skip to content

Commit

Permalink
specify prefix for filter plugins
Browse files Browse the repository at this point in the history
The missing prefix has hazardous consequences due
to a series of unfortunate events involving the filters and the
laser_filters package..
  • Loading branch information
v4hn authored and trixi committed Apr 7, 2017
1 parent 53e35e3 commit ff95392
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 ff95392

Please sign in to comment.