Skip to content
Snippets Groups Projects
Unverified Commit f153bb62 authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Merge pull request #895 from jcarpent/devel

algo/frames: add missing typedef
parents 01d7e688 ca1eaa33
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,7 @@ namespace pinocchio
assert(q.size() == model.nq && "The configuration vector is not of right size");
typedef ModelTpl<Scalar,Options,JointCollectionTpl> Model;
typedef typename Model::Frame Frame;
typedef typename Model::JointIndex JointIndex;
const Frame & frame = model.frames[frameId];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment