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
460614fb
Verified
Commit
460614fb
authored
Nov 12, 2019
by
Justin Carpentier
Browse files
bench: remove deprecated call to humanoid2d
parent
1fad2309
Changes
1
Hide whitespace changes
Inline
Side-by-side
benchmark/timings-cholesky.cpp
View file @
460614fb
...
...
@@ -40,8 +40,6 @@ int main(int argc, const char ** argv)
if
(
argc
>
1
)
filename
=
argv
[
1
];
if
(
filename
==
"HS"
)
pinocchio
::
buildModels
::
humanoidRandom
(
model
,
true
);
else
if
(
filename
==
"H2"
)
pinocchio
::
buildModels
::
humanoid2d
(
model
);
else
pinocchio
::
urdf
::
buildModel
(
filename
,
JointModelFreeFlyer
(),
model
);
std
::
cout
<<
"nq = "
<<
model
.
nq
<<
std
::
endl
;
...
...
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