A thread for launching trajectory generators. More...
#include "gurobi_c++.h"
#include <walking-client/utils.h>
#include <ocra-icub/OcraWbiModel.h>
#include <ocra/util/FileOperations.h>
#include <yarp/os/RateThread.h>
#include <yarp/os/Semaphore.h>
#include <Eigen/Dense>
#include <Eigen/Lgsm>
#include "unsupported/Eigen/MatrixFunctions"
#include <walking-client/constraints/MIQPLinearConstraints.h>
#include <walking-client/MIQPState.h>
#include "Gurobi.h"
Go to the source code of this file.
Classes | |
class | MIQPController |
Namespaces | |
namespace | MIQP |
Enumerations | |
enum | MIQP::InputVectorIndex { MIQP::A_X_IN = 0, MIQP::A_Y_IN, MIQP::B_X_IN, MIQP::B_Y_IN, MIQP::ALPHA_X_IN, MIQP::ALPHA_Y_IN, MIQP::BETA_X_IN, MIQP::BETA_Y_IN, MIQP::DELTA_IN, MIQP::GAMMA_IN, MIQP::U_X_IN, MIQP::U_Y_IN } |
A thread for launching trajectory generators.