Skip to content
Snippets Groups Projects

Resolve "icp: develop matching tools"

Merged Pep Martí Saumell requested to merge 23-icp-develop-matching-tools into master
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
// #include <csm/csm_all.h>
#ifndef ICP_H_
 
#define ICP_H_
 
#include <chrono>
#include <chrono>
#include <random>
#include <random>
#include "laser_scan.h"
#include "laser_scan.h"
@@ -13,7 +15,7 @@ struct icpOutput{
@@ -13,7 +15,7 @@ struct icpOutput{
Eigen::Vector3s res_transf;
Eigen::Vector3s res_transf;
Eigen::Matrix3s res_covar;
Eigen::Matrix3s res_covar;
int nvalid; /** Number of valid correspondence in the end */
int nvalid; /** Number of valid correspondence in the end */
double error; /** Total correspondence error */
double error; /** Total correspondence error */
};
};
struct icpParams{
struct icpParams{
Loading