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
Guilhem Saurel
pinocchio
Commits
ceb65b19
Commit
ceb65b19
authored
Jan 29, 2016
by
jcarpent
Browse files
[C++][Fix bug] Correct include of assimp files
parent
e2b00945
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/parser/from-collada-to-fcl.hpp
View file @
ceb65b19
//
// Copyright (c) 2015 CNRS
// Copyright (c) 2015
-2016
CNRS
//
// This file is part of Pinocchio and is mainly inspired
// by software hpp-model-urdf
...
...
@@ -25,13 +25,12 @@
#include
<boost/foreach.hpp>
#include
<boost/format.hpp>
#include
<assimp/DefaultLogger.h>
#include
<assimp/assimp.hpp>
#include
<assimp/aiScene.h>
#include
<assimp/aiPostProcess.h>
#include
<assimp/IOStream.h>
#include
<assimp/IOSystem.h>
#include
<assimp/DefaultLogger.hpp>
#include
<assimp/IOStream.hpp>
#include
<assimp/IOSystem.hpp>
#include
<assimp/scene.h>
#include
<assimp/Importer.hpp>
#include
<assimp/postprocess.h>
#include
<hpp/fcl/BV/OBBRSS.h>
...
...
Write
Preview
Supports
Markdown
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