12#include <catch2/catch_amalgamated.hpp>
19TEST_CASE(
"dev::Rangefinder2D_nws_yarpTest",
"[yarp::dev]")
24 Network::setLocalMode(
true);
26 SECTION(
"Checking Rangefinder2D_nws_yarp device alone")
34 nws_cfg.put(
"device",
"rangefinder2D_nws_yarp");
44 SECTION(
"Checking Rangefinder2D_nws_yarp device attached to fakeLidar")
52 pnws_cfg.put(
"device",
"rangefinder2D_nws_yarp");
59 pdev_cfg.put(
"test",
"use_constant");
61 cm_cfg.put(
"const_distance", 0.5);
79 Network::setLocalMode(
false);
A generic interface for planar laser range finders.
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.
For streams capable of holding different kinds of content, check what they actually have.
void delay(double seconds)
Wait for a certain number of seconds.
An interface to the operating system, including Port based communication.
TEST_CASE("dev::Rangefinder2D_nws_yarpTest", "[yarp::dev]")