remove all using namespace

This commit is contained in:
Jeremie Deray
2017-05-16 12:13:19 +02:00
committed by Jeremie Deray
parent c3d22b8780
commit dec57a6461
3 changed files with 31 additions and 41 deletions

View File

@@ -14,12 +14,6 @@
******************************************************************************************** */
#include "rf2o_laser_odometry/CLaserOdometry2D.h"
using namespace mrpt;
using namespace mrpt::math;
using namespace mrpt::utils;
using namespace mrpt::poses;
using namespace std;
using namespace Eigen;
class CLaserOdometry2DNode : CLaserOdometry2D
{