Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
talos-rbprm
Commits
439a4e9c
Commit
439a4e9c
authored
Sep 03, 2019
by
Pierre Fernbach
Browse files
[fullbody] use sole frame as center of contact instead of last joint + offset
parent
e466e0dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hpp/corbaserver/rbprm/talos/robot.py
View file @
439a4e9c
...
...
@@ -33,11 +33,11 @@ class Robot (Parent):
## Information about the names of thes joints defining the limbs of the robot
rLegId
=
'talos_rleg_rom'
rleg
=
'leg_right_1_joint'
rfoot
=
'leg_right_
6
_joint'
rfoot
=
'leg_right_
sole_fix
_joint'
lLegId
=
'talos_lleg_rom'
lleg
=
'leg_left_1_joint'
lfoot
=
'leg_left_
6
_joint'
lfoot
=
'leg_left_
sole_fix
_joint'
rArmId
=
'talos_rarm_rom'
rarm
=
'arm_right_1_joint'
...
...
@@ -104,13 +104,13 @@ class Robot (Parent):
nbSamples
=
50000
octreeSize
=
0.01
cType
=
"_6_DOF"
rLegOffset
=
[
0.
,
-
0.
00018
,
-
0.
102
]
#rLegOffset[2] += 0.00
6
rLegOffset
=
[
0.
,
0.
,
0.
0
]
#rLegOffset[2] += 0.00
5
rLegNormal
=
[
0
,
0
,
1
]
rLegx
=
0.1
;
rLegy
=
0.06
lLegOffset
=
[
0.
,
-
0.
00018
,
-
0.
102
]
#lLegOffset[2] += 0.00
6
lLegOffset
=
[
0.
,
0.
,
0.
0
]
#lLegOffset[2] += 0.00
5
lLegNormal
=
[
0
,
0
,
1
]
lLegx
=
0.1
;
lLegy
=
0.06
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment