#include <QMainWindow>
#include <QTimer>
#include <yarp/os/Os.h>
#include <yarp/os/Network.h>
#include <yarp/os/ResourceFinder.h>
#include <yarp/os/Stamp.h>
#include <yarp/dev/IBattery.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/Drivers.h>
#include <yarp/dev/MobileBaseVelocity.h>
#include "ui_display.h"
#include "joywidget.h"
Go to the source code of this file.
◆ s_cur_ang_vel
#define s_cur_ang_vel "cur angular velocity: %3.1f deg/s" |
◆ s_cur_lin_vel_x
#define s_cur_lin_vel_x "cur x linear velocity: %3.3f m/s" |
◆ s_cur_lin_vel_y
#define s_cur_lin_vel_y "cur y linear velocity: %3.3f m/s" |
◆ s_max_ang_vel
#define s_max_ang_vel "max angular velocity: %3.1f deg/s" |
◆ s_max_lin_vel
#define s_max_lin_vel "max linear velocity: %3.3f m/s" |