#include "piddlg.h"
#include "ui_piddlg.h"
#include <QDebug>
#include <QPushButton>
#include <yarp/os/Bottle.h>
#include <yarp/os/Value.h>
Go to the source code of this file.
#define CURRENT_KD 1 |
Definition at line 63 of file piddlg.cpp.
#define CURRENT_KI 2 |
Definition at line 64 of file piddlg.cpp.
#define CURRENT_KP 0 |
Definition at line 62 of file piddlg.cpp.
#define CURRENT_MAXINT 5 |
Definition at line 67 of file piddlg.cpp.
#define CURRENT_MAXOUTPUT 4 |
Definition at line 66 of file piddlg.cpp.
#define CURRENT_OFFSET 6 |
Definition at line 68 of file piddlg.cpp.
#define CURRENT_SCALE 3 |
Definition at line 65 of file piddlg.cpp.
#define POSITION_KD 1 |
Definition at line 23 of file piddlg.cpp.
#define POSITION_KI 2 |
Definition at line 24 of file piddlg.cpp.
#define POSITION_KP 0 |
Definition at line 22 of file piddlg.cpp.
#define POSITION_MAXINT 5 |
Definition at line 27 of file piddlg.cpp.
#define POSITION_MAXOUTPUT 4 |
Definition at line 26 of file piddlg.cpp.
#define POSITION_OFFSET 6 |
Definition at line 28 of file piddlg.cpp.
#define POSITION_SCALE 3 |
Definition at line 25 of file piddlg.cpp.
#define POSITION_STICTIONDW 8 |
Definition at line 30 of file piddlg.cpp.
#define POSITION_STICTIONUP 7 |
Definition at line 29 of file piddlg.cpp.
#define TAB_CURRENT 5 |
Definition at line 19 of file piddlg.cpp.
#define TAB_POSITION 0 |
Definition at line 14 of file piddlg.cpp.
#define TAB_PWM 4 |
Definition at line 18 of file piddlg.cpp.
#define TAB_STIFF 3 |
Definition at line 17 of file piddlg.cpp.
#define TAB_TORQUE 2 |
Definition at line 16 of file piddlg.cpp.
#define TAB_VARIABLES 6 |
Definition at line 20 of file piddlg.cpp.
#define TAB_VELOCITY 1 |
Definition at line 15 of file piddlg.cpp.
#define TORQUE_BEMFGAIN 10 |
Definition at line 52 of file piddlg.cpp.
#define TORQUE_BEMFSCALE 11 |
Definition at line 53 of file piddlg.cpp.
#define TORQUE_COULOMBNEG 17 |
Definition at line 59 of file piddlg.cpp.
#define TORQUE_COULOMBPOS 16 |
Definition at line 58 of file piddlg.cpp.
#define TORQUE_KD 1 |
Definition at line 43 of file piddlg.cpp.
#define TORQUE_KFF 9 |
Definition at line 51 of file piddlg.cpp.
#define TORQUE_KI 2 |
Definition at line 44 of file piddlg.cpp.
#define TORQUE_KP 0 |
Definition at line 42 of file piddlg.cpp.
#define TORQUE_KTAUGAIN 12 |
Definition at line 54 of file piddlg.cpp.
#define TORQUE_KTAUSCALE 13 |
Definition at line 55 of file piddlg.cpp.
#define TORQUE_MAXINT 5 |
Definition at line 47 of file piddlg.cpp.
#define TORQUE_MAXOUTPUT 4 |
Definition at line 46 of file piddlg.cpp.
#define TORQUE_OFFSET 6 |
Definition at line 48 of file piddlg.cpp.
#define TORQUE_SCALE 3 |
Definition at line 45 of file piddlg.cpp.
#define TORQUE_STICTIONDW 8 |
Definition at line 50 of file piddlg.cpp.
#define TORQUE_STITCTIONUP 7 |
Definition at line 49 of file piddlg.cpp.
#define TORQUE_VISCOUSNEG 15 |
Definition at line 57 of file piddlg.cpp.
#define TORQUE_VISCOUSPOS 14 |
Definition at line 56 of file piddlg.cpp.
#define VELOCITY_KD 1 |
Definition at line 33 of file piddlg.cpp.
#define VELOCITY_KI 2 |
Definition at line 34 of file piddlg.cpp.
#define VELOCITY_KP 0 |
Definition at line 32 of file piddlg.cpp.
#define VELOCITY_MAXINT 5 |
Definition at line 37 of file piddlg.cpp.
#define VELOCITY_MAXOUTPUT 4 |
Definition at line 36 of file piddlg.cpp.
#define VELOCITY_OFFSET 6 |
Definition at line 38 of file piddlg.cpp.
#define VELOCITY_SCALE 3 |
Definition at line 35 of file piddlg.cpp.
#define VELOCITY_STICTIONDW 8 |
Definition at line 40 of file piddlg.cpp.
#define VELOCITY_STICTIONUP 7 |
Definition at line 39 of file piddlg.cpp.
#define VELOCITY_THRESHOLD 18 |
Definition at line 60 of file piddlg.cpp.