Skip to content
Snippets Groups Projects
Commit 7889ece2 authored by jcarpent's avatar jcarpent Committed by Justin Carpentier
Browse files

[C++] Remove not defined function in sample model

parent 67571298
Branches
Tags
No related merge requests found
//
// Copyright (c) 2015 CNRS
// Copyright (c) 2015-2016 CNRS
// Copyright (c) 2015 Wandercraft, 86 rue de Paris 91400 Orsay, France.
//
// This file is part of Pinocchio
......@@ -21,23 +21,14 @@
#include "pinocchio/multibody/model.hpp"
#ifdef WITH_HPP_FCL
#include "pinocchio/multibody/geometry.hpp"
#endif
namespace se3
{
namespace buildModels
{
void humanoid2d(Model& model);
void humanoidSimple(Model& model, bool usingFF = true);
#ifdef WITH_HPP_FCL
void collisionModel( Model& model, GeometryModel& geom);
#endif
} // namespace buildModels
} // namespace se3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment