Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Simox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
Simox
Simox
Commits
2882288b
Commit
2882288b
authored
1 year ago
by
armar-user
Browse files
Options
Downloads
Patches
Plain Diff
tuning
parent
53da7d20
No related branches found
No related tags found
1 merge request
!138
Drawer-related params
Pipeline
#10796
passed
1 year ago
Stage: build-and-test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GeometricPlanning/ArticulatedObjectDoorHelper.cpp
+4
-1
4 additions, 1 deletion
GeometricPlanning/ArticulatedObjectDoorHelper.cpp
with
4 additions
and
1 deletion
GeometricPlanning/ArticulatedObjectDoorHelper.cpp
+
4
−
1
View file @
2882288b
...
...
@@ -42,12 +42,15 @@ namespace simox::geometric_planning
CHECK_MESSAGE
(
params
.
doorContactHandleDistance
>
0.
,
"Grasping from the other side not implemented yet!"
);
constexpr
float
doorContactHandleLateralShift
=
25
;
constexpr
float
doorContactHandleDistance
=
-
120
;
return
DoorInteractionContext
{
.
rns
=
{.
joint
=
rns
->
getNode
(
jointNodeName
),
.
handle
=
rns
->
getNode
(
handleNodeName
),
.
handleSurfaceProjection
=
rns
->
getNode
(
surfaceProjectionNodeName
)},
.
handleSurfaceProjection_T_door_initial_contact
=
Pose
(
Eigen
::
Translation3f
{
0.
F
,
-
params
.
doorContactHandleDistance
,
0.
F
}),
Pose
(
Eigen
::
Translation3f
{
doorContactHandleLateralShift
,
doorContactHandleDistance
,
0.
F
}),
.
door_initial_contact_T_pre_contact
=
Pose
(
Eigen
::
Translation3f
{
0.
F
,
0
,
params
.
preContactDistance
})};
}
...
...
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