6 #ifndef YARP_DEV_IFRAMETRANSFORM_H
7 #define YARP_DEV_IFRAMETRANSFORM_H
20 class IFrameTransform;
35 TRANSFORM_GENERAL_ERROR = 1,
36 TRANSFORM_TIMEOUT = 2,
56 virtual bool canTransform (
const std::string &target_frame,
const std::string &source_frame) = 0;
86 virtual bool getParent (
const std::string &frame_id, std::string &parent_frame_id) = 0;
121 virtual bool deleteTransform (
const std::string &target_frame_id,
const std::string &source_frame_id) = 0;
161 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
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.