Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gabriele Buondonno
pinocchio
Commits
0514a06f
Commit
0514a06f
authored
Jun 23, 2017
by
jcarpent
Browse files
[Parsers] Fix bug in the use of std::ostringstream
parent
5dfc5abf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/parsers/urdf/model.cpp
View file @
0514a06f
...
...
@@ -468,7 +468,7 @@ namespace se3
const
Inertia
YY
=
(
!
Y
)
?
Inertia
::
Zero
()
:
convertFromUrdf
(
*
Y
);
std
::
cout
<<
"Adding Body"
<<
std
::
endl
;
std
::
cout
<<
"
\"
"
<<
link_name
<<
"
\"
connected to "
<<
"
\"
"
<<
parent_link_name
<<
"
\"
throw joint "
<<
"
\"
"
<<
joint_name
<<
"
\"
"
<<
std
::
endl
;
std
::
cout
<<
"joint type: "
<<
joint_info
<<
std
::
endl
;
std
::
cout
<<
"joint type: "
<<
joint_info
.
str
()
<<
std
::
endl
;
std
::
cout
<<
"joint placement:
\n
"
<<
jointPlacement
;
std
::
cout
<<
"body info: "
<<
std
::
endl
;
std
::
cout
<<
" "
<<
"mass: "
<<
YY
.
mass
()
<<
std
::
endl
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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