Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
pinocchio
Commits
46060474
Verified
Commit
46060474
authored
Oct 07, 2019
by
Justin Carpentier
Browse files
algo/frame: add missing typename
parent
48a27837
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/algorithm/frames.hxx
View file @
46060474
...
...
@@ -109,10 +109,10 @@ namespace pinocchio
{
assert
(
J
.
rows
()
==
6
);
assert
(
J
.
cols
()
==
model
.
nv
);
assert
(
data
.
J
.
cols
()
==
model
.
nv
);
assert
(
model
.
check
(
data
)
&&
"data is not consistent with model."
);
typedef
ModelTpl
<
Scalar
,
Options
,
JointCollectionTpl
>
Model
;
typedef
typename
Model
::
Frame
Frame
;
typedef
DataTpl
<
Scalar
,
Options
,
JointCollectionTpl
>
Data
;
typedef
typename
Model
::
JointIndex
JointIndex
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment