12#include <catch2/catch_amalgamated.hpp>
19TEST_CASE(
"dev::rgbdSensor_nws_yarpTest",
"[yarp::dev]")
24 Network::setLocalMode(
true);
26 SECTION(
"Checking rgbdSensor_nws_yarp device")
33 nws_cfg.put(
"device",
"rgbdSensor_nws_yarp");
34 nws_cfg.put(
"name",
"/rgbd_nws");
42 SECTION(
"Test the rgbdSensor_nws_yarp device with fakeDepthCamera device attached")
50 p_nws.put(
"device",
"rgbdSensor_nws_yarp");
51 p_nws.put(
"name",
"/rgbd_nws");
52 p_fake.put(
"device",
"fakeDepthCamera");
76 Network::setLocalMode(
false);
TEST_CASE("dev::rgbdSensor_nws_yarpTest", "[yarp::dev]")
A container for a device driver.
Helper interface for an object that can wrap/or "attach" to a single other device.
A mini-server for performing network communication in the background.
void close() override
Stop port activity.
bool open(const std::string &name) override
Start port operation, with a specific name, with automatically-chosen network parameters.
A class for storing options and configuration information.
static void delaySystem(double seconds)
For streams capable of holding different kinds of content, check what they actually have.
An interface to the operating system, including Port based communication.