rm one more using namespace and use typedef to deal with diff mrpt version

This commit is contained in:
Jeremie Deray
2017-06-22 21:21:32 +02:00
parent 5893d1a3e9
commit 7333f65490
2 changed files with 4 additions and 3 deletions

View File

@@ -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;