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
Guilhem Saurel
pinocchio
Commits
c64edb24
Commit
c64edb24
authored
Sep 27, 2016
by
jcarpent
Browse files
[Parsers] Remove useless variables
parent
bf8f1927
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/parsers/srdf.hpp
View file @
c64edb24
...
...
@@ -87,9 +87,7 @@ namespace se3
}
const
Model
::
JointIndex
frame_id1
=
model
.
getBodyId
(
link1
);
const
Model
::
JointIndex
joint_id1
=
model
.
frames
[
frame_id1
].
parent
;
const
Model
::
JointIndex
frame_id2
=
model
.
getBodyId
(
link2
);
const
Model
::
JointIndex
joint_id2
=
model
.
frames
[
frame_id2
].
parent
;
// Malformed SRDF
if
(
frame_id1
==
frame_id2
)
...
...
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