Skip to content

Commit

Permalink
rolled back the objectified solver
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Aug 26, 2023
1 parent cefafaf commit 38eb082
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 351 deletions.
9 changes: 3 additions & 6 deletions include/mpc_tracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include <ros/ros.h>
#include <eigen3/Eigen/Eigen>
#include "solver/solver.h"

namespace mrs_mpc_solvers
{
Expand All @@ -27,11 +26,9 @@ class Solver {
void setDt(const double &dt);

private:
QPSolver qp_solver_;

const int _horizon_len_ = 40;
int _dim_;
std::string _name_;
static const int _horizon_len_ = 40;
int _dim_;
std::string _name_;

std::vector<double> myQ_;
};
Expand Down
337 changes: 0 additions & 337 deletions include/solver/solver.h

This file was deleted.

Binary file modified lib/MpcTrackerSolver/arm64/libMpcTrackerSolver.so
Binary file not shown.
Binary file modified lib/MpcTrackerSolver/x64/libMpcTrackerSolver.so
Binary file not shown.
Loading

0 comments on commit 38eb082

Please sign in to comment.