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
01aeb111
Commit
01aeb111
authored
7 years ago
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Rename local function inHandleOnR3xSO3 -> isHandleOnFreeflyer
for more clarity.
parent
a2558d50
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/handle.cc
+2
-2
2 additions, 2 deletions
src/handle.cc
with
2 additions
and
2 deletions
src/handle.cc
+
2
−
2
View file @
01aeb111
...
@@ -56,7 +56,7 @@ namespace hpp {
...
@@ -56,7 +56,7 @@ namespace hpp {
using
core
::
ExplicitNumericalConstraint
;
using
core
::
ExplicitNumericalConstraint
;
using
constraints
::
DifferentiableFunction
;
using
constraints
::
DifferentiableFunction
;
bool
isHandleOn
R3SO3
(
const
Handle
&
handle
)
bool
isHandleOn
Freeflyer
(
const
Handle
&
handle
)
{
{
if
(
handle
.
joint
()
->
jointModel
().
shortname
()
==
se3
::
JointModelFreeFlyer
::
classname
()
if
(
handle
.
joint
()
->
jointModel
().
shortname
()
==
se3
::
JointModelFreeFlyer
::
classname
()
&&
!
handle
.
joint
()
->
parentJoint
())
{
&&
!
handle
.
joint
()
->
parentJoint
())
{
...
@@ -108,7 +108,7 @@ namespace hpp {
...
@@ -108,7 +108,7 @@ namespace hpp {
{
{
using
core
::
ExplicitRelativeTransformation
;
using
core
::
ExplicitRelativeTransformation
;
// If handle is on a freeflying object, create an explicit constraint
// If handle is on a freeflying object, create an explicit constraint
if
(
is6Dmask
(
mask_
)
&&
isHandleOn
R3SO3
(
*
this
))
{
if
(
is6Dmask
(
mask_
)
&&
isHandleOn
Freeflyer
(
*
this
))
{
if
(
n
.
empty
())
if
(
n
.
empty
())
n
=
"Explicit_relative_transform_"
+
name
()
+
"_"
+
gripper
->
name
();
n
=
"Explicit_relative_transform_"
+
name
()
+
"_"
+
gripper
->
name
();
return
ExplicitRelativeTransformation
::
create
return
ExplicitRelativeTransformation
::
create
...
...
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