Skip to content

Commit

Permalink
Merge pull request #83 from remco-r/indigo-devel
Browse files Browse the repository at this point in the history
[fix] when high fidelity true added laser_max_range_ to projection
  • Loading branch information
jonbinney authored Oct 22, 2019
2 parents 6a82d1c + 1aadb32 commit dd89007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scan_to_cloud_filter_chain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class ScanToCloudFilterChain
{
try
{
projector_.transformLaserScanToPointCloud (target_frame_, filtered_scan, scan_cloud, tf_, mask);
projector_.transformLaserScanToPointCloud (target_frame_, filtered_scan, scan_cloud, tf_, laser_max_range_, mask);
}
catch (tf::TransformException &ex)
{
Expand Down

0 comments on commit dd89007

Please sign in to comment.