Skip to content

Commit

Permalink
Merge pull request #77 from dmronga/fix_hyrodyn_model
Browse files Browse the repository at this point in the history
Fix hyrodyn model
  • Loading branch information
dmronga authored Jun 20, 2023
2 parents c871e9a + de33d31 commit 06c2928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if [ -d "eiquadprog" ]; then
fi
if [ -d "proxqp" ]; then
echo "Testing ProxQPSolver ..."
cd eiquadprog
cd proxqp
./test_proxqp_solver
cd ..
fi
Expand Down
3 changes: 1 addition & 2 deletions src/robot_models/hyrodyn/RobotModelHyrodyn.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#ifndef ROBOTMODELHYRODYN_HPP
#define ROBOTMODELHYRODYN_HPP

#include "../../core/RobotModelFactory.hpp"
#include "../../core/RobotModelConfig.hpp"
#include "../../core/RobotModel.hpp"

#include <hyrodyn/robot_model_hyrodyn.hpp>
#include <base/commands/Joints.hpp>
Expand Down

0 comments on commit 06c2928

Please sign in to comment.