Skip to content

Commit

Permalink
Minor fix in tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga committed May 6, 2024
1 parent 1f74115 commit 280d4ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tutorials/rh5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ if(ROBOT_MODEL_HYRODYN)
wbc-solvers-qpoases
wbc-scenes-velocity_qp
wbc-controllers
wbc-robot_models-pinocchio
wbc-robot_models-hyrodyn)
endif()

1 change: 1 addition & 0 deletions tutorials/rh5/rh5_single_leg_hybrid.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <solvers/qpoases/QPOasesSolver.hpp>
#include <robot_models/hyrodyn/RobotModelHyrodyn.hpp>
#include <robot_models/pinocchio/RobotModelPinocchio.hpp>
#include <core/RobotModelConfig.hpp>
#include <scenes/velocity_qp/VelocitySceneQP.hpp>
#include <controllers/CartesianPosPDController.hpp>
Expand Down

0 comments on commit 280d4ea

Please sign in to comment.