6#ifndef YARP_DEV_IFRAMETRANSFORM_H
7#define YARP_DEV_IFRAMETRANSFORM_H
33 TRANSFORM_GENERAL_ERROR = 1,
34 TRANSFORM_TIMEOUT = 2,
54 virtual bool canTransform (
const std::string &target_frame,
const std::string &source_frame) = 0;
84 virtual bool getParent (
const std::string &frame_id, std::string &parent_frame_id) = 0;
119 virtual bool deleteTransform (
const std::string &target_frame_id,
const std::string &source_frame_id) = 0;
159 virtual bool waitForTransform(
const std::string &target_frame_id,
const std::string &source_frame_id,
const double &timeout) = 0;
contains the definition of a Matrix type
contains the definition of a Vector type
For streams capable of holding different kinds of content, check what they actually have.
constexpr yarp::conf::vocab32_t createVocab32(char a, char b=0, char c=0, char d=0)
Create a vocab from chars.
The main, catch-all namespace for YARP.