3#ifndef __GRABBER_RESPONDER_HPP__
4#define __GRABBER_RESPONDER_HPP__
6#include <yarp/os/Bottle.h>
7#include <yarp/os/PortReaderBuffer.h>
9#include "ICartesianControl.h"
23 void onRead(yarp::os::Bottle & b)
override;
27 this->iCartesianControl = iCartesianControl;
30 void setNoApproachSetting(
bool noApproach)
32 this->noApproach = noApproach;
38 bool isStopped {
true};
39 bool noApproach {
false};
Callback class for dealing with incoming grabber data streams.
Definition GrabberResponder.hpp:21
Abstract base class for a cartesian controller.
Definition ICartesianControl.h:22
The main, catch-all namespace for Robotics Lab UC3M.
Definition groups.dox:6