16#include <catch2/catch_amalgamated.hpp>
30 Network::setLocalMode(
true);
32 SECTION(
"Checking map2D_nwc_yarp <-> map2D_nws_yarp communication and yarp::dev::Nav2D::IMap2D methods")
76 Network::setLocalMode(
false);
contains the definition of a Map2DArea type
contains the definition of a Map2DLocation type
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.
TEST_CASE("dev::Map2DnwcTest", "[yarp::dev]")
void exec_iMap2D_test_1(IMap2D *imap)
void exec_iMap2D_test_2(IMap2D *imap)
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.