|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_DEV_IFRAMETRANSFORM_H
10 #define YARP_DEV_IFRAMETRANSFORM_H
23 class IFrameTransform;
38 TRANSFORM_GENERAL_ERROR = 1,
39 TRANSFORM_TIMEOUT = 2,
59 virtual bool canTransform (
const std::string &target_frame,
const std::string &source_frame) = 0;
89 virtual bool getParent (
const std::string &frame_id, std::string &parent_frame_id) = 0;
124 virtual bool deleteTransform (
const std::string &target_frame_id,
const std::string &source_frame_id) = 0;
164 virtual bool waitForTransform(
const std::string &target_frame_id,
const std::string &source_frame_id,
const double &timeout) = 0;
172 #endif // YARP_DEV_IFRAMETRANSFORM_H
constexpr yarp::conf::vocab32_t createVocab(char a, char b=0, char c=0, char d=0)
contains the definition of a Vector type
contains the definition of a Matrix type
The main, catch-all namespace for YARP.