Public Member Functions | Protected Attributes | List of all members
TSReader Class Reference

TS reader. More...

#include <ts_reader.h>

Inheritance diagram for TSReader:
Inheritance graph
[legend]

Public Member Functions

std::map< const std::string, std::vector< object_data > > & dropOffData ()
 Get drop off data. More...
 
void read () override
 read implementatin More...
 
void setDropOffData (std::map< const std::string, std::vector< object_data >> &dod)
 Set drop off data. More...
 
 TSReader (std::shared_ptr< ros::NodeHandle > const &d)
 TS reader constructor. More...
 
- Public Member Functions inherited from AbstractParamReader
 AbstractParamReader (std::shared_ptr< ros::NodeHandle > const &d)
 AbstractParamReader constructor. More...
 
float floatOf (XmlRpc::XmlRpcValue &val)
 Xmlrpc parser. More...
 

Protected Attributes

std::map< const std::string, std::vector< object_data > > drop_off_data_
 Map of drop off data to robot. More...
 
- Protected Attributes inherited from AbstractParamReader
std::shared_ptr< ros::NodeHandle > nh_
 ROS Nodehandle. More...
 

Detailed Description

TS reader.

Reads task space data

Definition at line 15 of file ts_reader.h.

Constructor & Destructor Documentation

◆ TSReader()

TSReader::TSReader ( std::shared_ptr< ros::NodeHandle > const &  d)
inline

TS reader constructor.

Calls pure virtual read() methode

Parameters
dROS nodehandle

Definition at line 25 of file ts_reader.h.

Member Function Documentation

◆ dropOffData()

std::map< const std::string, std::vector<object_data> >& TSReader::dropOffData ( )
inline

Get drop off data.

Returns
Map of drop off data to robot

Definition at line 31 of file ts_reader.h.

◆ read()

void TSReader::read ( )
overridevirtual

read implementatin

Implements AbstractParamReader.

Definition at line 3 of file ts_reader.cpp.

◆ setDropOffData()

void TSReader::setDropOffData ( std::map< const std::string, std::vector< object_data >> &  dod)
inline

Set drop off data.

Parameters
dodof drop off data to robot

Definition at line 37 of file ts_reader.h.

Member Data Documentation

◆ drop_off_data_

std::map<const std::string, std::vector<object_data> > TSReader::drop_off_data_
protected

Map of drop off data to robot.

Definition at line 17 of file ts_reader.h.


The documentation for this class was generated from the following files:


multi_cell_builder
Author(s): Matteo Anedda
autogenerated on Sun Apr 9 2023 23:59:51