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
64abfc9d
Verified
Commit
64abfc9d
authored
Apr 14, 2020
by
Justin Carpentier
Browse files
test/urdf: add specific test for Baxter
parent
2f214472
Changes
1
Hide whitespace changes
Inline
Side-by-side
unittest/urdf.cpp
View file @
64abfc9d
//
// Copyright (c) 2015-20
18
CNRS
// Copyright (c) 2015-20
20
CNRS
INRIA
//
#include <iostream>
...
...
@@ -226,4 +226,12 @@ BOOST_AUTO_TEST_CASE(append_two_URDF_models_with_root_joint)
std
::
invalid_argument
);
}
BOOST_AUTO_TEST_CASE
(
check_specific_models
)
{
const
std
::
string
filename
=
PINOCCHIO_MODEL_DIR
+
std
::
string
(
"/baxter_simple.urdf"
);
pinocchio
::
Model
model
;
pinocchio
::
urdf
::
buildModel
(
filename
,
model
);
}
BOOST_AUTO_TEST_SUITE_END
()
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