Skip to content
Snippets Groups Projects
Commit 9b298fa2 authored by Joseph Mirabel's avatar Joseph Mirabel
Browse files

[URDF][Minor] Add missing typedef.

parent 57019b77
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