Skip to content
Snippets Groups Projects
Commit d89f737c authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Add downsample params to call to pairAlign

parent 34bea22a
No related branches found
No related tags found
1 merge request!41Draft: Resolve "New branch laser 3d"
......@@ -142,7 +142,9 @@ unsigned int ProcessorOdomIcp3d::processNew(const int& _max_features)
incoming_laser_->getPointCloud(),
Eigen::Isometry3d::Identity(),
T_last_incoming_,
registration_solver_);
registration_solver_,
params_odom_icp_->pcl_downsample,
params_odom_icp_->pcl_downsample_voxel_size);
}
return 0;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment