14#include <catch2/catch_amalgamated.hpp>
33 Network::setLocalMode(
true);
35 SECTION(
"Checking navigation2D_nwc_yarp < -> navigation2D_nws_yarp communication and yarp::dev::Nav2D::INavigation2D methods")
92 pnavclient_cfg.put(
"localization_server",
"/localization2D_nws_yarp");
114 Network::setLocalMode(
false);
An interface to control the navigation of a mobile robot in a 2D environment.
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.
void exec_iNav2D_test_1(INavigation2D *inav, IMap2D *imap)
void exec_iNav2D_test_2(INavigation2D *inav, IMap2D *imap)
For streams capable of holding different kinds of content, check what they actually have.
An interface to the operating system, including Port based communication.
TEST_CASE("dev::Navigation2DNwcTest", "[yarp::dev]")