14#include <catch2/catch_amalgamated.hpp>
21TEST_CASE(
"dev::FakeLaserWithMotorTest",
"[yarp::dev]")
25 Network::setLocalMode(
true);
27 SECTION(
"Checking FakeLaserTest device")
37 las_cfg.put(
"device",
"fakeLaserWithMotor");
38 las_cfg.put(
"test",
"use_constant");
40 cm_cfg.put(
"const_distance", 0.5);
55 Network::setLocalMode(
false);
Interface for setting control mode in control board.
Interface for a generic control board device implementing position control.
A generic interface for planar laser range finders.
A container for a device driver.
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::FakeLaserWithMotorTest", "[yarp::dev]")
void exec_iPositionControl_test_1(IPositionControl *ipos, IControlMode *icmd)
void exec_iRangefinder2D_test_1(IRangefinder2D *irf)
For streams capable of holding different kinds of content, check what they actually have.
An interface to the operating system, including Port based communication.