#include <yarp/dev/MultipleAnalogSensorsInterfaces.h>
#include <yarp/os/Time.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/PolyDriverList.h>
#include <math.h>
#include <cmath>
#include <chrono>
#include <thread>
#include <random>
#include <catch2/catch_amalgamated.hpp>
#include <harness.h>
Go to the source code of this file.
|
| TEST_CASE ("dev::MultipleAnalogSensors_nwc_ros2_test", "[yarp::dev]") |
|
◆ _USE_MATH_DEFINES
#define _USE_MATH_DEFINES |
◆ TEST_CASE()
TEST_CASE |
( |
"dev::MultipleAnalogSensors_nwc_ros2_test" |
, |
|
|
"" |
[yarp::dev] |
|
) |
| |