iri_clothes_grasping_point_alg.cpp
Go to the documentation of this file.
00001 #include "iri_clothes_grasping_point_alg.h"
00002 
00003 IriClothesGraspingPointAlgorithm::IriClothesGraspingPointAlgorithm()
00004 {
00005 }
00006 
00007 IriClothesGraspingPointAlgorithm::~IriClothesGraspingPointAlgorithm()
00008 {
00009 }
00010 
00011 void IriClothesGraspingPointAlgorithm::config_update(Config& new_cfg, uint32_t level)
00012 {
00013   this->lock();
00014 
00015   // save the current configuration
00016   this->config_=new_cfg;
00017   ROS_INFO("Current config: %f",new_cfg.minarea);
00018   
00019   this->unlock();
00020 }
00021 
00022 // IriClothesGraspingPointAlgorithm Public API


iri_clothes_grasping_point
Author(s):
autogenerated on Fri Dec 6 2013 20:29:58