Skip to content
Snippets Groups Projects
Commit 9eaf1feb authored by Pep Martí Saumell's avatar Pep Martí Saumell
Browse files

Covar: Hardocded. Need to be correctly map from gsl

parent 0b932693
No related branches found
No related tags found
1 merge request!1Resolve "icp: develop matching tools"
...@@ -94,8 +94,8 @@ icpOutput ICP::matchPC(LaserScan &_last_ls, LaserScan &_origin_ls, LaserScanPara ...@@ -94,8 +94,8 @@ icpOutput ICP::matchPC(LaserScan &_last_ls, LaserScan &_origin_ls, LaserScanPara
result.nvalid = csm_output.nvalid; result.nvalid = csm_output.nvalid;
result.error = csm_output.error; result.error = csm_output.error;
std::cout << "ICP: add covariance!" << '\n';
// result.res_covar = Eigen::Zeros(); result.res_covar = Eigen::Matrix3s::Identity()*0.1;
// std::cout << "Number of valid correspondences: " << csm_output.nvalid << '\n'; // std::cout << "Number of valid correspondences: " << csm_output.nvalid << '\n';
// std::cout << "Number of iterations: " << csm_output.iterations << '\n'; // std::cout << "Number of iterations: " << csm_output.iterations << '\n';
......
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