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
e120157e
Verified
Commit
e120157e
authored
Oct 27, 2018
by
Justin Carpentier
Browse files
test/sample-models: remove useless includes
parent
21857cf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
unittest/sample-models.cpp
View file @
e120157e
...
...
@@ -16,8 +16,6 @@
// <http://www.gnu.org/licenses/>.
#include <iostream>
#include <fstream>
#include <streambuf>
#include "pinocchio/multibody/model.hpp"
#include "pinocchio/algorithm/joint-configuration.hpp"
...
...
@@ -27,8 +25,6 @@
#include <boost/test/unit_test.hpp>
BOOST_AUTO_TEST_SUITE
(
BOOST_TEST_MODULE
)
BOOST_AUTO_TEST_CASE
(
build_model_sample_humanoid_random
)
...
...
@@ -84,6 +80,4 @@ BOOST_AUTO_TEST_CASE ( build_model_sample_humanoid )
* direct geometry with respect to reference values. */
}
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