#include "MMMPlayerGuiPlugin.h"
#include "MMMPlayerConfigDialog.h"
#include <RobotComponents/gui-plugins/MMMPlayerPlugin/ui_MMMPlayerConfigDialog.h>
#include <ArmarXCore/core/system/ArmarXDataPath.h>
#include <ArmarXCore/observers/variant/SingleTypeVariantList.h>
#include <ArmarXCore/util/variants/eigen3/MatrixVariant.h>
#include <ArmarXCore/observers/variant/TimestampVariant.h>
#include <IceUtil/Time.h>
#include <QInputDialog>
#include <Qt>
#include <QtGlobal>
#include <QPushButton>
#include <QComboBox>
#include <QMenu>
#include <filesystem>
#include <QMessageBox>
#include <RobotComponents/components/MMMPlayer/MMMPlayer.h>
#include <RobotComponents/components/TrajectoryPlayer/TrajectoryPlayer.h>
Go to the source code of this file.
◆ CONFIG_FILE_DEFAULT
#define CONFIG_FILE_DEFAULT "data/MMM/punching.xml" |
◆ POSITION_CONTROL
#define POSITION_CONTROL 0 |
◆ PROJECT_DEFAULT
#define PROJECT_DEFAULT "Armar4" |
◆ VELOCITY_CONTROL
#define VELOCITY_CONTROL 1 |