zyonz_chlorophyll_meter_driver.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 _zyonz_chlorophyll_meter_driver_h_
00026 #define _zyonz_chlorophyll_meter_driver_h_
00027 
00028 #include <iri_base_driver/iri_base_driver.h>
00029 #include <zyonz_chlorophyll_meter/ZyonzChlorophyllMeterConfig.h>
00030 
00031 //include zyonz_chlorophyll_meter_driver main library
00032 #include <iridrivers/dynamixel_motor.h>
00033 #include <iridrivers/dynamixel_motor_exceptions.h>
00034 
00054 class ZyonzChlorophyllMeterDriver : public iri_base_driver::IriBaseDriver
00055 {
00056   private:
00057     // private attributes and methods
00058     boost::shared_ptr<CDynamixelMotor> motor_;
00059     int baudrate_;
00060     int bus_id_;
00061     unsigned char servo_id_;
00062     double max_angle_;
00063     double min_angle_;
00064     double effort_;
00065 
00066   public:
00073     typedef zyonz_chlorophyll_meter::ZyonzChlorophyllMeterConfig Config;
00074 
00081     Config config_;
00082 
00091     ZyonzChlorophyllMeterDriver(void);
00092 
00103     bool openDriver(void);
00104 
00115     bool closeDriver(void);
00116 
00127     bool startDriver(void);
00128 
00139     bool stopDriver(void);
00140 
00152     void config_update(Config& new_cfg, uint32_t level=0);
00153 
00154     // here define all zyonz_chlorophyll_meter_driver interface methods to retrieve and set
00155     // the driver parameters
00159     bool open_meter(void);
00160 
00164     bool close_meter(void);
00165 
00169     void stop_meter(void);
00170 
00174     float get_current_effort(void);
00175 
00179     float get_max_effort(void);
00180 
00184     float get_current_angle(void);
00185 
00189     float get_max_angle();
00190 
00194     float get_min_angle();
00195 
00199     bool is_at_max_angle();
00200 
00204     bool is_at_min_angle();
00205 
00209     void set_baudrate(int baudrate);
00210 
00214     void set_bus_id(int bus_id);
00215 
00219     void set_servo_id(unsigned char servo_id);
00220 
00224     void set_max_angle(double max_angle);
00225 
00229     void set_min_angle(double min_angle);
00230 
00234     void set_effort(double effort);
00235 
00242     ~ZyonzChlorophyllMeterDriver(void);
00243 
00244   private:
00245     bool move_gripper(const double position_in_radians);
00246 };
00247 
00248 #endif


zyonz_chlorophyll_meter
Author(s): Sergi Hernandez Juan
autogenerated on Fri Dec 6 2013 20:05:20