#include <yarp/dev/tests/IOrientationSensorsTest.h>
#include <yarp/dev/MultipleAnalogSensorsInterfaces.h>
#include <yarp/os/Time.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/PolyDriverList.h>
#include <yarp/dev/IMultipleWrapper.h>
#include <cmath>
#include <chrono>
#include <thread>
#include <catch2/catch_amalgamated.hpp>
#include <harness.h>
Go to the source code of this file.
Functions | |
TEST_CASE ("dev::MultipleAnalogSensors_nws_ros2_test", "[yarp::dev]") | |
TEST_CASE | ( | "dev::MultipleAnalogSensors_nws_ros2_test" | , |
"" | [yarp::dev] | ||
) |
Definition at line 25 of file multipleanalogsensors_nws_ros2_test.cpp.