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
Guilhem Saurel
hpp-manipulation
Commits
19096700
Commit
19096700
authored
9 years ago
by
Joseph Mirabel
Committed by
Joseph Mirabel
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix naming of pregrasp constraints for handle. Add TODO
parent
2de483b8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/hpp/manipulation/axial-handle.hh
+2
-0
2 additions, 0 deletions
include/hpp/manipulation/axial-handle.hh
src/handle.cc
+1
-1
1 addition, 1 deletion
src/handle.cc
with
3 additions
and
1 deletion
include/hpp/manipulation/axial-handle.hh
+
2
−
0
View file @
19096700
...
@@ -66,6 +66,8 @@ namespace hpp {
...
@@ -66,6 +66,8 @@ namespace hpp {
/// \return the constraint of relative transformation between the handle and
/// \return the constraint of relative transformation between the handle and
/// the gripper.
/// the gripper.
/// \note The translation along x-axis and the rotation around z-axis are not constrained.
/// \note The translation along x-axis and the rotation around z-axis are not constrained.
/// \todo this function is never called. It should follow changes of
/// Handle::createPreGrasp prototype.
virtual
NumericalConstraintPtr_t
createPreGrasp
virtual
NumericalConstraintPtr_t
createPreGrasp
(
const
GripperPtr_t
&
gripper
)
const
;
(
const
GripperPtr_t
&
gripper
)
const
;
...
...
This diff is collapsed.
Click to expand it.
src/handle.cc
+
1
−
1
View file @
19096700
...
@@ -111,7 +111,7 @@ namespace hpp {
...
@@ -111,7 +111,7 @@ namespace hpp {
*
Transform3f
(
fcl
::
Vec3f
(
shift
,
0
,
0
));
*
Transform3f
(
fcl
::
Vec3f
(
shift
,
0
,
0
));
return
NumericalConstraintPtr_t
return
NumericalConstraintPtr_t
(
NumericalConstraint
::
create
(
RelativeTransformation
::
create
(
NumericalConstraint
::
create
(
RelativeTransformation
::
create
(
"Transformation_(
0
,1,1,1,1,1)_"
+
name
()
(
"Transformation_(
1
,1,1,1,1,1)_"
+
name
()
+
"_"
+
gripper
->
name
(),
+
"_"
+
gripper
->
name
(),
gripper
->
joint
()
->
robot
(),
gripper
->
joint
()
->
robot
(),
gripper
->
joint
(),
joint
(),
gripper
->
joint
(),
joint
(),
...
...
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