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
f14c5bb6
Commit
f14c5bb6
authored
Feb 27, 2020
by
Rohan Budhiraja
Browse files
[algorithm/energy] use DataTpl<Scalar> instead of Data
parent
e78c0a86
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/algorithm/energy.hxx
View file @
f14c5bb6
...
...
@@ -40,6 +40,7 @@ namespace pinocchio
assert
(
model
.
check
(
data
)
&&
"data is not consistent with model."
);;
typedef
ModelTpl
<
Scalar
,
Options
,
JointCollectionTpl
>
Model
;
typedef
DataTpl
<
Scalar
,
Options
,
JointCollectionTpl
>
Data
;
typedef
typename
Model
::
JointIndex
JointIndex
;
typedef
typename
Model
::
Motion
Motion
;
...
...
Write
Preview
Supports
Markdown
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