Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-centroidal-dynamics
Commits
b09c0750
Commit
b09c0750
authored
Jan 03, 2019
by
Guilhem Saurel
Browse files
fix file collision
parent
9c8419c0
Changes
7
Hide whitespace changes
Inline
Side-by-side
include/hpp/centroidal-dynamics/CMakeLists.txt
View file @
b09c0750
# Declare Headers
SET
(
${
PROJECT_NAME
}
_HEADERS
config.hh
local_
config.hh
util.hh
logger.hh
solver_LP_abstract.hh
...
...
include/hpp/centroidal-dynamics/centroidal_dynamics.hh
View file @
b09c0750
...
...
@@ -7,7 +7,7 @@
#define CENTROIDAL_DYNAMICS_LIB_STATIC_EQUILIBRIUM_H
#include <Eigen/Dense>
#include <hpp/centroidal-dynamics/config.hh>
#include <hpp/centroidal-dynamics/
local_
config.hh>
#include <hpp/centroidal-dynamics/util.hh>
#include <hpp/centroidal-dynamics/solver_LP_abstract.hh>
...
...
include/hpp/centroidal-dynamics/config.hh
→
include/hpp/centroidal-dynamics/
local_
config.hh
View file @
b09c0750
File moved
include/hpp/centroidal-dynamics/logger.hh
View file @
b09c0750
...
...
@@ -10,7 +10,7 @@
/* --- INCLUDE --------------------------------------------------------- */
/* --------------------------------------------------------------------- */
#include <hpp/centroidal-dynamics/config.hh>
#include <hpp/centroidal-dynamics/
local_
config.hh>
#include <sstream>
#include <Eigen/Dense>
#include <map>
...
...
include/hpp/centroidal-dynamics/solver_LP_abstract.hh
View file @
b09c0750
...
...
@@ -7,7 +7,7 @@
#define CENTROIDAL_DYNAMICS_LIB_SOLVER_LP_ABSTRACT_HH
#include <Eigen/Dense>
#include <hpp/centroidal-dynamics/config.hh>
#include <hpp/centroidal-dynamics/
local_
config.hh>
#include <hpp/centroidal-dynamics/util.hh>
namespace
centroidal_dynamics
...
...
include/hpp/centroidal-dynamics/solver_LP_clp.hh
View file @
b09c0750
...
...
@@ -8,7 +8,7 @@
#ifndef CENTROIDAL_DYNAMICS_LIB_SOLVER_LP_CLP_HH
#define CENTROIDAL_DYNAMICS_LIB_SOLVER_LP_CLP_HH
#include <hpp/centroidal-dynamics/config.hh>
#include <hpp/centroidal-dynamics/
local_
config.hh>
#include <hpp/centroidal-dynamics/util.hh>
#include <hpp/centroidal-dynamics/solver_LP_abstract.hh>
#include "ClpSimplex.hpp"
...
...
include/hpp/centroidal-dynamics/solver_LP_qpoases.hh
View file @
b09c0750
...
...
@@ -6,7 +6,7 @@
#ifndef CENTROIDAL_DYNAMICS_LIB_SOLVER_QPOASES_HH
#define CENTROIDAL_DYNAMICS_LIB_SOLVER_QPOASES_HH
#include <hpp/centroidal-dynamics/config.hh>
#include <hpp/centroidal-dynamics/
local_
config.hh>
#include <hpp/centroidal-dynamics/util.hh>
#include <hpp/centroidal-dynamics/solver_LP_abstract.hh>
#include <qpOASES.hpp>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment