semio_ros
0.10.6
|
#include <ros/ros.h>
#include <semio_msgs_ros/DeicticTargets.h>
#include <semio/recognition/deictic_recognizer.h>
#include <semio/ros/humanoid_source_adapter.h>
#include <semio/ros/humanoid_sink_adapter.h>
#include <semio/recognition/humanoid_source_virtual.h>
Go to the source code of this file.
Data Structures | |
struct | TestPose |
Stores a partial pose (head/neck/torso rotations and the torso position) of a virtual humanoid. | |
class | ExampleDeicticTargetsNode |
Example node demonstrating how to publish targets for deixis recognition. More... | |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 217 of file example_deictic_targets_node.cpp.
References semio::ros::HumanoidSinkAdapter::getHumanoidSink(), semio::ros::HumanoidSourceAdapter::getHumanoidSource(), and ExampleDeicticTargetsNode::spin().