mrpt_ekf_slam_3d_app.cpp
Go to the documentation of this file.
00001 
00002 #include "mrpt_ekf_slam_3d/mrpt_ekf_slam_3d_wrapper.h"
00003 
00004 int main(int argc, char **argv)
00005 {
00006   ros::init(argc, argv, "mrpt_ekf_slam_3d");
00007   ros::NodeHandle n;
00008   ros::Rate r(100);
00009   EKFslamWrapper slam;
00010   slam.get_param();
00011   slam.init();
00012   ros::Duration(3).sleep();
00013 
00014   if (!slam.rawlogPlay())
00015   {
00016     while (ros::ok())
00017     {
00018       ros::spinOnce();
00019       r.sleep();
00020     }
00021   }
00022 }


mrpt_ekf_slam_3d
Author(s): Jose Luis, Vladislav Tananaev
autogenerated on Thu Jun 6 2019 21:40:23