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
30901a60
Verified
Commit
30901a60
authored
Mar 11, 2020
by
Justin Carpentier
Browse files
core/urdf: remove useless typename
parent
181c4fc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/parsers/urdf/model.cpp
View file @
30901a60
...
...
@@ -78,11 +78,11 @@ namespace pinocchio
void
parseTree
(
::
urdf
::
LinkConstSharedPtr
link
,
UrdfVisitorBase
&
model
)
{
typedef
typename
UrdfVisitorBase
::
Scalar
Scalar
;
typedef
typename
UrdfVisitorBase
::
SE3
SE3
;
typedef
typename
UrdfVisitorBase
::
Vector
Vector
;
typedef
typename
UrdfVisitorBase
::
Vector3
Vector3
;
typedef
typename
Model
::
FrameIndex
FrameIndex
;
typedef
UrdfVisitorBase
::
Scalar
Scalar
;
typedef
UrdfVisitorBase
::
SE3
SE3
;
typedef
UrdfVisitorBase
::
Vector
Vector
;
typedef
UrdfVisitorBase
::
Vector3
Vector3
;
typedef
Model
::
FrameIndex
FrameIndex
;
// Parent joint of the current body
const
::
urdf
::
JointConstSharedPtr
joint
=
...
...
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