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
87daa2e9
Verified
Commit
87daa2e9
authored
5 years ago
by
Justin Carpentier
Browse files
Options
Downloads
Patches
Plain Diff
srdf: remove deprecated signatures
parent
f9bee4fd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bindings/python/pinocchio/.deprecated.py.swp
+0
-0
0 additions, 0 deletions
bindings/python/pinocchio/.deprecated.py.swp
src/parsers/srdf.hpp
+0
-32
0 additions, 32 deletions
src/parsers/srdf.hpp
with
0 additions
and
32 deletions
bindings/python/pinocchio/.deprecated.py.swp
0 → 100644
+
0
−
0
View file @
87daa2e9
File added
This diff is collapsed.
Click to expand it.
src/parsers/srdf.hpp
+
0
−
32
View file @
87daa2e9
...
...
@@ -31,17 +31,6 @@ namespace pinocchio
const
std
::
string
&
filename
,
const
bool
verbose
=
false
);
/// \copydoc removeCollisionPairs
template
<
typename
Scalar
,
int
Options
,
template
<
typename
,
int
>
class
JointCollectionTpl
>
PINOCCHIO_DEPRECATED
void
removeCollisionPairsFromSrdf
(
const
ModelTpl
<
Scalar
,
Options
,
JointCollectionTpl
>
&
model
,
GeometryModel
&
geomModel
,
const
std
::
string
&
filename
,
const
bool
verbose
=
false
)
{
removeCollisionPairs
(
model
,
geomModel
,
filename
,
verbose
);
}
///
/// \brief Deactive all possible collision pairs mentioned in the SRDF file.
///
...
...
@@ -57,17 +46,6 @@ namespace pinocchio
const
std
::
string
&
xmlString
,
const
bool
verbose
=
false
);
/// \copydoc removeCollisionPairsFromXML
template
<
typename
Scalar
,
int
Options
,
template
<
typename
,
int
>
class
JointCollectionTpl
>
PINOCCHIO_DEPRECATED
void
removeCollisionPairsFromSrdfString
(
const
ModelTpl
<
Scalar
,
Options
,
JointCollectionTpl
>
&
model
,
GeometryModel
&
geomModel
,
const
std
::
string
&
xmlString
,
const
bool
verbose
=
false
)
{
removeCollisionPairsFromXML
(
model
,
geomModel
,
xmlString
,
verbose
);
}
#endif // ifdef PINOCCHIO_WITH_HPP_FCL
///
...
...
@@ -114,16 +92,6 @@ namespace pinocchio
const
std
::
string
&
filename
,
const
bool
verbose
=
false
);
/// \copydoc pinocchio::srdf::loadRotorParameters
template
<
typename
Scalar
,
int
Options
,
template
<
typename
,
int
>
class
JointCollectionTpl
>
PINOCCHIO_DEPRECATED
bool
loadRotorParamsFromSrdf
(
ModelTpl
<
Scalar
,
Options
,
JointCollectionTpl
>
&
model
,
const
std
::
string
&
filename
,
const
bool
verbose
=
false
)
{
return
loadRotorParameters
(
model
,
filename
,
verbose
);
}
}
}
// namespace pinocchio
...
...
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