parameters_list.h
Go to the documentation of this file.
00001 /******************************************************************************
00002  * \file
00003  *
00004  * $Id:$
00005  *
00006  * Copyright (C) Brno University of Technology
00007  *
00008  * This file is part of software developed by dcgm-robotics@FIT group.
00009  *
00010  * Author: Michal Spanel (spanel@fit.vutbr.cz)
00011  * Supervised by: Michal Spanel (spanel@fit.vutbr.cz)
00012  * Date: 02/06/2012
00013  * 
00014  * This file is free software: you can redistribute it and/or modify
00015  * it under the terms of the GNU Lesser General Public License as published by
00016  * the Free Software Foundation, either version 3 of the License, or
00017  * (at your option) any later version.
00018  * 
00019  * This file is distributed in the hope that it will be useful,
00020  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00021  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00022  * GNU Lesser General Public License for more details.
00023  * 
00024  * You should have received a copy of the GNU Lesser General Public License
00025  * along with this file.  If not, see <http://www.gnu.org/licenses/>.
00026  */
00027 
00028 #ifndef COB_INTERACTIVE_TELEOP_PARAMETERS_LIST_H
00029 #define COB_INTERACTIVE_TELEOP_PARAMETERS_LIST_H
00030 
00031 #include <string>
00032 
00033 namespace cob_interactive_teleop
00034 {
00035 
00039 const std::string MAX_VEL_X_PARAM      = "max_vel_x";
00040 const std::string MAX_VEL_Y_PARAM      = "max_vel_y";
00041 const std::string MAX_VEL_TH_PARAM     = "max_vel_th";
00042 const std::string SCALE_LINEAR_PARAM   = "scale_linear";
00043 const std::string SCALE_ANGULAR_PARAM  = "scale_angular";
00044 const std::string Z_POS_PARAM          = "z_pos";
00045 const std::string DISABLE_DRIVER_PARAM = "disable_driver";
00046 
00050 const double DEFAULT_MAX_VEL_X       = 0.1;
00051 const double DEFAULT_MAX_VEL_Y       = 0.1;
00052 const double DEFAULT_MAX_VEL_TH      = 0.1;
00053 const double DEFAULT_SCALE_LINEAR    = 0.1;
00054 const double DEFAULT_SCALE_ANGULAR   = 0.1;
00055 const double DEFAULT_Z_POS           = 0.15;
00056 
00057 }
00058 
00059 #endif // COB_INTERACTIVE_TELEOP_PARAMETERS_LIST_H
00060 


cob_interactive_teleop
Author(s): Michal Spanel
autogenerated on Thu Aug 27 2015 12:42:59