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
75044afe
Verified
Commit
75044afe
authored
Oct 18, 2019
by
Justin Carpentier
Browse files
parsers/SRDF: fix typo
parent
4f405071
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/parsers/srdf.hxx
View file @
75044afe
...
...
@@ -198,7 +198,7 @@ namespace pinocchio
return
true
;
}
}
PINOCCHIO_CHECK_INPUT_ARGUMENT
(
false
,
"no rotor params found in the
srdf
file"
);
PINOCCHIO_CHECK_INPUT_ARGUMENT
(
false
,
"no rotor params found in the
SRDF
file"
);
return
false
;
// warning : uninitialized vector is returned
}
...
...
@@ -278,7 +278,7 @@ namespace pinocchio
}
}
// BOOST_FOREACH
if
(
verbose
)
std
::
cout
<<
"no half_sitting configuration found in the
srdf
file"
;
// Should we throw something here ?
if
(
verbose
)
std
::
cout
<<
"no half_sitting configuration found in the
SRDF
file"
;
// Should we throw something here ?
typename
Model
::
ConfigVectorType
config
(
model
.
nq
);
neutral
(
model
,
config
);
return
config
;
...
...
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