Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-manipulation
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
Humanoid Path Planner
hpp-manipulation
Commits
b84cc05e
Commit
b84cc05e
authored
8 years ago
by
Joseph Mirabel
Committed by
Joseph Mirabel
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Mark some method in ProblemSolver as deprecated.
parent
6d7e7230
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/hpp/manipulation/problem-solver.hh
+3
-3
3 additions, 3 deletions
include/hpp/manipulation/problem-solver.hh
with
3 additions
and
3 deletions
include/hpp/manipulation/problem-solver.hh
+
3
−
3
View file @
b84cc05e
...
@@ -76,7 +76,7 @@ namespace hpp {
...
@@ -76,7 +76,7 @@ namespace hpp {
/// Add grasp
/// Add grasp
void
addGrasp
(
const
NumericalConstraintPtr_t
&
constraint
,
void
addGrasp
(
const
NumericalConstraintPtr_t
&
constraint
,
const
GripperPtr_t
&
gripper
,
const
GripperPtr_t
&
gripper
,
const
HandlePtr_t
&
handle
)
const
HandlePtr_t
&
handle
)
HPP_MANIPULATION_DEPRECATED
{
{
Grasp_t
*
ptr
=
new
Grasp_t
(
gripper
,
handle
);
Grasp_t
*
ptr
=
new
Grasp_t
(
gripper
,
handle
);
GraspPtr_t
shPtr
(
ptr
);
GraspPtr_t
shPtr
(
ptr
);
...
@@ -84,7 +84,7 @@ namespace hpp {
...
@@ -84,7 +84,7 @@ namespace hpp {
}
}
/// get grapsMap
/// get grapsMap
GraspsMap_t
&
grasps
()
GraspsMap_t
&
grasps
()
HPP_MANIPULATION_DEPRECATED
{
{
return
graspsMap_
;
return
graspsMap_
;
}
}
...
@@ -92,7 +92,7 @@ namespace hpp {
...
@@ -92,7 +92,7 @@ namespace hpp {
/// get graps by name
/// get graps by name
///
///
/// return NULL if no grasp named graspName
/// return NULL if no grasp named graspName
GraspPtr_t
grasp
(
const
NumericalConstraintPtr_t
&
constraint
)
const
;
GraspPtr_t
grasp
(
const
NumericalConstraintPtr_t
&
constraint
)
const
HPP_MANIPULATION_DEPRECATED
;
/// Create placement constraint
/// Create placement constraint
/// \param name name of the placement constraint,
/// \param name name of the placement constraint,
...
...
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