#include <yarp/os/Network.h>
#include <yarp/os/Node.h>
#include <yarp/os/PeriodicThread.h>
#include <yarp/os/Publisher.h>
#include <yarp/os/Subscriber.h>
#include <yarp/sig/Vector.h>
#include <yarp/dev/IFrameTransformStorage.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/WrapperSingle.h>
#include <yarp/math/FrameTransform.h>
#include <yarp/rosmsg/geometry_msgs/TransformStamped.h>
#include <yarp/rosmsg/tf2_msgs/TFMessage.h>
#include <FrameTransformContainer.h>
#include <map>
#include <mutex>
Go to the source code of this file.
Classes | |
class | FrameTransformGet_nwc_ros |
frameTransformGet_nwc_ros : A ros network wrapper client that receives frame transforms from a ros topic and makes them available through an IFrameTransformStorageGet interface. More... | |
Macros | |
#define | ROSNODENAME "/tfNodeGet" |
#define | ROSTOPICNAME_TF "/tf" |
#define | ROSTOPICNAME_TF_STATIC "/tf_static" |
#define ROSNODENAME "/tfNodeGet" |
Definition at line 31 of file FrameTransformGet_nwc_ros.h.
#define ROSTOPICNAME_TF "/tf" |
Definition at line 32 of file FrameTransformGet_nwc_ros.h.
#define ROSTOPICNAME_TF_STATIC "/tf_static" |
Definition at line 33 of file FrameTransformGet_nwc_ros.h.