Skip to content

Commit

Permalink
spawn laser filter on c2 (where the rest of the pipeline runs)
Browse files Browse the repository at this point in the history
Without this, all tilt laserscans are sent back and forth between
c1 and c2 for no reason, adding to the general delays...
  • Loading branch information
v4hn authored and trixi committed Apr 7, 2017
1 parent ff95392 commit 6eb8124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr2_navigation_perception/lasers_and_filters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<rosparam command="load" file="$(find pr2_navigation_perception)/config/point_cloud_footprint_filter.yaml" />
</node>

<node pkg="laser_filters" type="scan_to_scan_filter_chain" name="interpolate_missing_tilt_laser_data_filter">
<node pkg="laser_filters" type="scan_to_scan_filter_chain" name="interpolate_missing_tilt_laser_data_filter" machine="c2">
<rosparam command="load" file="$(find pr2_navigation_perception)/config/laser_interpolation.yaml" />
<remap from="scan" to="tilt_scan" />
<remap from="scan_filtered" to="tilt_scan_interpolated" />
Expand Down

0 comments on commit 6eb8124

Please sign in to comment.