semio_ros
0.10.6
|
Serve humanoids using source/sink model. More...
Public Member Functions | |
SemioHumanoidServerNode (semio::HumanoidSource::Ptr humanoid_source_ptr, std::vector< semio::HumanoidSink::Ptr > const &humanoid_sinks) | |
void | spin () |
Main loop. More... | |
Protected Attributes | |
semio::HumanoidSource::Ptr | _humanoid_source_ptr |
Pointer to the input source for humanoids. More... | |
std::vector< semio::HumanoidSink::Ptr > | _humanoid_sinks |
Vector of pointers to the output sinks for humanoids. More... | |
Serve humanoids using source/sink model.
Definition at line 8 of file semio_humanoid_server_node.cpp.
|
inline |
humanoid_source_ptr | Pointer to the input source for humanoids. |
humanoid_sinks | Vector of pointers to the output sinks for humanoids. |
Definition at line 21 of file semio_humanoid_server_node.cpp.
|
inline |
Main loop.
Definition at line 30 of file semio_humanoid_server_node.cpp.
Referenced by main().
|
protected |
Vector of pointers to the output sinks for humanoids.
Definition at line 14 of file semio_humanoid_server_node.cpp.
|
protected |
Pointer to the input source for humanoids.
Definition at line 12 of file semio_humanoid_server_node.cpp.