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
anymal-rbprm
Commits
20b7f261
Commit
20b7f261
authored
Feb 13, 2019
by
Pierre Fernbach
Browse files
reduce feet contact surface
parent
c671e080
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hpp/corbaserver/rbprm/anymal_contact6D/robot.py
View file @
20b7f261
...
...
@@ -27,9 +27,9 @@ class Robot (Parent):
packageName
=
"anymal_description"
meshPackageName
=
"anymal_description"
rootJointType
=
"freeflyer"
urdfName
=
"anymal"
urdfSuffix
=
"_
reachability
"
srdfSuffix
=
"
_reachability
"
urdfName
=
"anymal
_reachability
"
urdfSuffix
=
"_
boxFeet
"
srdfSuffix
=
""
## Information about the names of thes joints defining the limbs of the robot
rLegId
=
'RFleg'
...
...
@@ -79,8 +79,8 @@ class Robot (Parent):
dict_limb_color_traj
=
{
rfoot
:[
0
,
1
,
0
,
1
],
lfoot
:[
1
,
0
,
0
,
1
],
rhand
:[
0
,
0
,
1
,
1
],
lhand
:[
0.9
,
0.5
,
0
,
1
]}
FOOT_SAFETY_SIZE
=
0.01
# size of the contact surface (x,y)
dict_size
=
{
rfoot
:[
0.031
,
0.031
],
lfoot
:[
0.031
,
0.031
],
rhand
:[
0.031
,
0.031
],
lhand
:[
0.031
,
0.031
]}
#
dict_size={rfoot:[0.031 , 0.031], lfoot:[0.031 , 0.031],rhand:[0.031 , 0.031],lhand:[0.031 , 0.031]}
dict_size
=
{
rfoot
:[
0.02
,
0.02
],
lfoot
:[
0.02
,
0.02
],
rhand
:[
0.02
,
0.02
],
lhand
:[
0.02
,
0.02
]}
#various offset used by scripts
MRsole_offset
=
SE3
.
Identity
()
MRsole_offset
.
translation
=
np
.
matrix
(
offset
).
T
...
...
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