11#include <catch2/catch_amalgamated.hpp>
17TEST_CASE(
"dev::mobileBaseVelocityControl_nws_yarp",
"[yarp::dev]")
23 Network::setLocalMode(
true);
25 SECTION(
"Checking mobileBaseVelocityControl_nwc_yarp device")
35 pnws_cfg.put(
"device",
"mobileBaseVelocityControl_nws_yarp");
36 pnws_cfg.put(
"local",
"/mobileBaseVelocityControl_nws_yarp");
40 pdev_cfg.put(
"device",
"fakeNavigation");
49 pclient_cfg.put(
"device",
"mobileBaseVelocityControl_nwc_yarp");
50 pclient_cfg.put(
"local",
"/mobileBaseVelocityControl_nwc_yarp");
51 pclient_cfg.put(
"server",
"/mobileBaseVelocityControl_nws_yarp");
58 CHECK (
ivel->applyVelocityCommand(1,2,3,10));
59 double x=0;
double y=0;
double t=0;
60 CHECK(
ivel->getLastVelocityCommand(x,y,t));
73 Network::setLocalMode(
false);
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::mobileBaseVelocityControl_nws_yarp", "[yarp::dev]")
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.