Skip to content
GitLab
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
23f18728
Commit
23f18728
authored
Feb 16, 2019
by
Pierre Fernbach
Browse files
change default order of gait
parent
61d7412c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hpp/corbaserver/rbprm/anymal_contact6D/robot.py
View file @
23f18728
...
...
@@ -73,7 +73,8 @@ class Robot (Parent):
# data used by scripts :,,,
#limbs_names = [rArmId,lLegId,lArmId,rLegId] # reverse default order to try to remove contacts at the beginning of the contact plan
limbs_names
=
[
lLegId
,
rArmId
,
rLegId
,
lArmId
]
# default order to try to remove contacts at the beginning of the contact plan
#limbs_names = [lLegId,rArmId,rLegId,lArmId] # default order to try to remove contacts at the beginning of the contact plan
limbs_names
=
[
rArmId
,
lArmId
,
lLegId
,
rLegId
]
dict_limb_rootJoint
=
{
rLegId
:
rleg
,
lLegId
:
lleg
,
rArmId
:
rarm
,
lArmId
:
larm
}
dict_limb_joint
=
{
rLegId
:
rfoot
,
lLegId
:
lfoot
,
rArmId
:
rhand
,
lArmId
:
lhand
}
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
]}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment