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


iri_laser_people_label
Author(s): fherrero
autogenerated on Fri Dec 6 2013 22:57:37