3 #ifndef __roboticslab_SIM_EXAMPLE_HPP__
4 #define __roboticslab_SIM_EXAMPLE_HPP__
6 #include <yarp/os/Network.h>
8 #include <yarp/dev/PolyDriver.h>
9 #include <yarp/dev/ControlBoardInterfaces.h>
11 constexpr
auto DEFAULT_ROBOT =
"/robot/part";
19 int run(
int argc,
char **argv);
22 yarp::os::Network yarp;
23 yarp::dev::PolyDriver dd;
24 yarp::dev::IPositionControl *pos;
25 yarp::dev::IEncoders *enc;
26 yarp::dev::IVelocityControl *vel;
Definition: ExampleRemoteControlBoard.hpp:17
The main, catch-all namespace for Robotics Lab UC3M.
Definition: groups.dox:6