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
55530b62
Commit
55530b62
authored
Sep 15, 2020
by
Pierre Fernbach
Browse files
Increase offset along -z for feet contact
parent
083d1c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
talos_rbprm/talos.py
View file @
55530b62
...
...
@@ -336,13 +336,13 @@ class Robot(Parent):
octreeSize
=
0.01
cType
=
"_6_DOF"
rLegOffset
=
[
0.
,
0.
,
0.0
]
#
rLegOffset[2]
+
= 0.005
rLegOffset
[
2
]
-
=
0.005
rLegNormal
=
[
0
,
0
,
1
]
rLegx
=
0.1
rLegy
=
0.06
lLegOffset
=
[
0.
,
0.
,
0.0
]
#
lLegOffset[2]
+
= 0.005
lLegOffset
[
2
]
-
=
0.005
lLegNormal
=
[
0
,
0
,
1
]
lLegx
=
0.1
lLegy
=
0.06
...
...
Write
Preview
Markdown
is supported
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