artag_image_based_vs_alg.h
Go to the documentation of this file.
00001 // Copyright (C) 2010-2011 Institut de Robotica i Informatica Industrial, CSIC-UPC.
00002 // Author 
00003 // All rights reserved.
00004 //
00005 // This file is part of iri-ros-pkg
00006 // iri-ros-pkg is free software: you can redistribute it and/or modify
00007 // it under the terms of the GNU Lesser General Public License as published by
00008 // the Free Software Foundation, either version 3 of the License, or
00009 // at your option) any later version.
00010 //
00011 // This program is distributed in the hope that it will be useful,
00012 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00013 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014 // GNU Lesser General Public License for more details.
00015 //
00016 // You should have received a copy of the GNU Lesser General Public License
00017 // along with this program.  If not, see <http://www.gnu.org/licenses/>.
00018 // 
00019 // IMPORTANT NOTE: This code has been generated through a script from the 
00020 // iri_ros_scripts. Please do NOT delete any comments to guarantee the correctness
00021 // of the scripts. ROS topics can be easly add by using those scripts. Please
00022 // refer to the IRI wiki page for more information:
00023 // http://wikiri.upc.es/index.php/Robotics_Lab
00024 
00025 #ifndef _artag_image_based_vs_alg_h_
00026 #define _artag_image_based_vs_alg_h_
00027 
00028 #include <iri_artag_image_based_vs/ArtagImageBasedVsConfig.h>
00029 #include "mutex.h"
00030 
00031 #include <vector>
00032 #include <iostream>
00033 
00034 #include <tf/transform_listener.h>
00035 #include <tf/transform_datatypes.h>
00036 
00037 #include <Eigen/Dense>
00038 #include <Eigen/Eigenvalues>
00039 
00040 #include <image_based_vs.h>
00041 //include artag_image_based_vs_alg main library
00042 
00048 class ArtagImageBasedVsAlgorithm
00049 {
00050   protected:
00057     CMutex alg_mutex_;
00058 
00059     // private attributes and methods
00060 
00061   public:
00068     typedef iri_artag_image_based_vs::ArtagImageBasedVsConfig Config;
00069 
00076     Config config_;
00077 
00086     ArtagImageBasedVsAlgorithm(void);
00087 
00093     void lock(void) { alg_mutex_.enter(); };
00094 
00100     void unlock(void) { alg_mutex_.exit(); };
00101 
00109     bool try_enter(void) { return alg_mutex_.try_enter(); };
00110 
00122     void config_update(Config& new_cfg, uint32_t level=0);
00123 
00124     // here define all artag_image_based_vs_alg interface methods to retrieve and set
00125     // the driver parameters
00126 
00133     ~ArtagImageBasedVsAlgorithm(void);
00134 
00135     void artag_image_based_vs(const bool& traditional,
00136                               const bool& random_points,
00137                               const Eigen::MatrixXd& desired_pose,
00138                               const Eigen::MatrixXd& current_pose,
00139                               const double& dt, 
00140                               const Eigen::MatrixXd& V_rollpitch,
00141                               const bool& quadrotor,
00142                               const Eigen::MatrixXd& kp,
00143                               const Eigen::MatrixXd& kd,
00144                               const Eigen::MatrixXd& ki,
00145                               const double& i_lim,
00146                               Eigen::MatrixXd& cam_vel);
00147 
00148     CImage_Based_Vs ibvs;
00149 };
00150 
00151 #endif


iri_artag_image_based_vs
Author(s): asantamaria
autogenerated on Fri Dec 6 2013 23:54:58