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

Merge pull request #1099 from jmirabel/devel

[URDF][Minor] Add missing typedef.
parents 57019b77 9b298fa2
No related branches found
No related tags found
No related merge requests found
......@@ -325,6 +325,7 @@ namespace pinocchio
typedef ModelTpl<Scalar,Options,JointCollectionTpl> Model;
typedef typename Model::JointCollection JointCollection;
typedef typename Model::JointModel JointModel;
JointModel root_joint;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment