Skip to content

Commit

Permalink
Merge pull request #68 from stack-of-tasks/topic/pinocchio_v2
Browse files Browse the repository at this point in the history
Breaking: pinocchio v2.0.0
  • Loading branch information
nim65s authored Feb 27, 2019
2 parents 72500bb + 2749a6a commit 7939628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ IF(BUILD_PYTHON_INTERFACE)
INCLUDE_DIRECTORIES(${PYTHON_INCLUDE_DIRS})
ADD_REQUIRED_DEPENDENCY("dynamic-graph-python >= 3.0.0")
ENDIF(BUILD_PYTHON_INTERFACE)
ADD_COMPILE_DEPENDENCY ("pinocchio")
ADD_COMPILE_DEPENDENCY ("pinocchio >= 2.0.0")

SEARCH_FOR_BOOST()

Expand Down
2 changes: 1 addition & 1 deletion src/tools/device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void Device::integrateRollPitchYaw(Vector& state, const Vector& control,
using Eigen::Vector3d;
using Eigen::QuaternionMapd;

typedef se3::SpecialEuclideanOperation<3> SE3;
typedef pinocchio::SpecialEuclideanOperationTpl<3, double> SE3;
Eigen::Matrix<double, 7, 1> qin, qout;
qin.head<3>() = state.head<3>();

Expand Down

0 comments on commit 7939628

Please sign in to comment.