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
831bd677
Verified
Commit
831bd677
authored
Oct 11, 2019
by
Justin Carpentier
Browse files
test/visitor: add additional disp
parent
b11b284e
Changes
1
Hide whitespace changes
Inline
Side-by-side
unittest/visitor.cpp
View file @
831bd677
...
...
@@ -167,6 +167,8 @@ struct SimpleBinaryVisitor4
BOOST_CHECK
(
!
jmodel2
.
shortname
().
empty
());
std
::
cout
<<
"joint1 name: "
<<
jmodel1
.
shortname
()
<<
std
::
endl
;
std
::
cout
<<
"joint2 name: "
<<
jmodel2
.
shortname
()
<<
std
::
endl
;
std
::
cout
<<
"jdata1 name: "
<<
jdata1
.
classname
()
<<
std
::
endl
;
std
::
cout
<<
"jdata2 name: "
<<
jdata2
.
classname
()
<<
std
::
endl
;
}
};
...
...
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