6#ifndef IFRAMETRANSFORMSTORAGETEST_H
7#define IFRAMETRANSFORMSTORAGETEST_H
9#define _USE_MATH_DEFINES
26#include <catch2/catch_amalgamated.hpp>
36 if (
v1.size() !=
v2.size())
41 for (
size_t i = 0;
i <
v1.size();
i++)
57 for (
size_t i = 0;
i <
v1.size();
i++)
70 if (
m1.cols() !=
m2.cols() ||
m1.rows() !=
m2.rows())
75 for (
size_t i = 0;
i <
m1.rows();
i++)
95 std::vector<yarp::math::FrameTransform> transforms;
contains the definition of a Matrix type
contains the definition of a Vector type
A mini-server for performing network communication in the background.
bool isEqual(const yarp::sig::Vector &v1, const yarp::sig::Vector &v2, double precision)
void exec_frameTransformStorage_test_1(IFrameTransformStorageSet *itfSet, IFrameTransformStorageGet *itfGet, IFrameTransformStorageUtils *itfUtils)
For streams capable of holding different kinds of content, check what they actually have.
An interface to the operating system, including Port based communication.