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
082752fe
Verified
Commit
082752fe
authored
Oct 25, 2018
by
Justin Carpentier
Browse files
parsers/samples: remove useless typename keyword
parent
0e1e33e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/parsers/sample-models.cpp
View file @
082752fe
//
// Copyright (c) 2015-201
6
CNRS
// Copyright (c) 2015-201
8
CNRS
// Copyright (c) 2015 Wandercraft, 86 rue de Paris 91400 Orsay, France.
//
// This file is part of Pinocchio
...
...
@@ -142,8 +142,8 @@ namespace se3
const
SE3
&
Mroot
=
SE3
::
Identity
(),
const
std
::
string
&
pre
=
""
)
{
typedef
typename
JointModelRX
::
ConfigVector_t
CV
;
typedef
typename
JointModelRX
::
TangentVector_t
TV
;
typedef
JointModelRX
::
ConfigVector_t
CV
;
typedef
JointModelRX
::
TangentVector_t
TV
;
Model
::
JointIndex
idx
=
rootJoint
;
...
...
@@ -244,8 +244,8 @@ namespace se3
void
humanoid
(
Model
&
model
,
bool
usingFF
)
{
using
namespace
Eigen
;
typedef
typename
JointModelRX
::
ConfigVector_t
CV
;
typedef
typename
JointModelRX
::
TangentVector_t
TV
;
typedef
JointModelRX
::
ConfigVector_t
CV
;
typedef
JointModelRX
::
TangentVector_t
TV
;
Model
::
JointIndex
idx
,
chest
,
ffidx
;
...
...
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