mirror of
https://github.com/MAPIRlab/rf2o_laser_odometry.git
synced 2023-04-06 19:28:55 +08:00
add func get Pose/Increment
This commit is contained in:
committed by
Jeremie Deray
parent
241358540a
commit
c3d22b8780
@@ -224,18 +224,6 @@ void CLaserOdometry2DNode::publish()
|
||||
odom_pub.publish(odom);
|
||||
}
|
||||
|
||||
//void CLaserOdometry2D::Reset(CPose3D ini_pose, CObservation2DRangeScan scan)
|
||||
//{
|
||||
// //Set the initial pose
|
||||
// laser_pose = ini_pose;
|
||||
// laser_oldpose = ini_pose;
|
||||
|
||||
// //readLaser(scan);
|
||||
// createImagePyramid();
|
||||
// //readLaser(scan);
|
||||
// createImagePyramid();
|
||||
//}
|
||||
|
||||
//-----------------------------------------------------------------------------------
|
||||
// MAIN
|
||||
//-----------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user