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
083d1c2a
Commit
083d1c2a
authored
Sep 15, 2020
by
Pierre Fernbach
Browse files
Adapt root height to the urdf from example_robot_data
parent
5b00f829
Changes
2
Hide whitespace changes
Inline
Side-by-side
talos_rbprm/talos.py
View file @
083d1c2a
...
...
@@ -39,7 +39,7 @@ class Robot(Parent):
referenceConfig
=
[
0.0
,
0.0
,
1.02
127
,
1.02
25
,
0.0
,
0.0
,
0.0
,
...
...
@@ -81,7 +81,7 @@ class Robot(Parent):
referenceConfig_elbowsUp
=
[
0.0
,
0.0
,
1.02
127
,
1.02
25
,
0.0
,
0.0
,
0.0
,
...
...
@@ -123,7 +123,7 @@ class Robot(Parent):
referenceConfig_legsApart
=
[
0.0
,
0.0
,
1.02
127
,
1.02
25
,
0.0
,
0.0
,
0.0
,
...
...
@@ -165,7 +165,7 @@ class Robot(Parent):
referenceConfig_armsFront
=
[
0.0
,
0.0
,
1.02
127
,
1.02
25
,
0
,
0.0
,
0.0
,
...
...
@@ -207,7 +207,7 @@ class Robot(Parent):
referenceConfig_legsSide
=
[
0
,
0
,
0.9832773
,
1.
,
0
,
0.0
,
0.0
,
...
...
talos_rbprm/talos_abstract.py
View file @
083d1c2a
...
...
@@ -25,12 +25,12 @@ class Robot(Parent):
legX
=
0.1
legY
=
0.06
ref_height
=
1.02
127
ref_height
=
1.02
25
# reference position of the end effector position for each ROM
ref_EE_lLeg
=
[
-
0.008846952891378526
,
0.0848172440888579
,
-
1.0
19272022956703
]
ref_EE_lLeg
=
[
-
0.008846952891378526
,
0.0848172440888579
,
-
1.0
225
]
ref_EE_lLeg
[
0
]
=
0.
# assure symetry of dynamic constraints on flat ground
ref_EE_rLeg
=
[
-
0.008846952891378526
,
-
0.0848172440888579
,
-
1.0
19272022956703
]
ref_EE_rLeg
=
[
-
0.008846952891378526
,
-
0.0848172440888579
,
-
1.0
225
]
ref_EE_rLeg
[
0
]
=
0.
ref_EE_lArm
=
[
0.13028765672452458
,
0.44360498616312666
,
-
0.2881211563246389
]
ref_EE_rArm
=
[
0.13028765672452458
,
-
0.44360498616312666
,
-
0.2881211563246389
]
...
...
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