TS reader.
More...
#include <ts_reader.h>
TS reader.
Reads task space data
Definition at line 15 of file ts_reader.h.
◆ TSReader()
TSReader::TSReader |
( |
std::shared_ptr< ros::NodeHandle > const & |
d | ) |
|
|
inline |
TS reader constructor.
Calls pure virtual read() methode
- Parameters
-
Definition at line 25 of file ts_reader.h.
◆ 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()
◆ setDropOffData()
void TSReader::setDropOffData |
( |
std::map< const std::string, std::vector< object_data >> & |
dod | ) |
|
|
inline |
Set drop off data.
- Parameters
-
dod | of drop off data to robot |
Definition at line 37 of file ts_reader.h.
◆ 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: