#include <yarp/os/BufferedPort.h>
#include <yarp/os/LogStream.h>
#include <yarp/os/RFModule.h>
#include <yarp/dev/IPositionDirect.h>
#include <yarp/dev/IPositionControl.h>
#include <yarp/dev/IControlMode.h>
#include <yarp/dev/IEncoders.h>
#include <yarp/dev/IControlLimits.h>
#include <yarp/dev/PolyDriver.h>
#include <atomic>
#include <vector>
#include <cmath>
#include <memory>
#include <mutex>
#include <yarp/os/RpcClient.h>
Go to the source code of this file.
◆ state
enum state : std::uint8_t |
|
strong |
◆ tolerance
constexpr double tolerance = 5.0 |
|
constexpr |