Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pinocchio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
pinocchio
Commits
7889ece2
Commit
7889ece2
authored
8 years ago
by
jcarpent
Committed by
Justin Carpentier
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[C++] Remove not defined function in sample model
parent
67571298
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/multibody/parser/sample-models.hpp
+1
-10
1 addition, 10 deletions
src/multibody/parser/sample-models.hpp
with
1 addition
and
10 deletions
src/multibody/parser/sample-models.hpp
+
1
−
10
View file @
7889ece2
//
// 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment