mirror of
https://github.com/MAPIRlab/rf2o_laser_odometry.git
synced 2023-04-06 19:28:55 +08:00
rm one more using namespace and use typedef to deal with diff mrpt version
This commit is contained in:
@@ -708,7 +708,7 @@ void CLaserOdometry2D::solveSystemNonLinear()
|
||||
std::cout << endl << "[rf2o] COV_ODO: " << cov_odo << endl;
|
||||
}
|
||||
|
||||
void CLaserOdometry2D::Reset(mrpt::poses::CPose3D ini_pose, mrpt::poses::CObservation2DRangeScan scan)
|
||||
void CLaserOdometry2D::Reset(mrpt::poses::CPose3D ini_pose, CObservation2DRangeScan scan)
|
||||
{
|
||||
//Set the initial pose
|
||||
laser_pose = ini_pose;
|
||||
|
||||
Reference in New Issue
Block a user