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
solo-rbprm
Commits
52ddb276
Commit
52ddb276
authored
Jul 27, 2020
by
Pierre Fernbach
Browse files
Fix the default height value
parent
1b94902b
Changes
2
Hide whitespace changes
Inline
Side-by-side
solo_rbprm/solo.py
View file @
52ddb276
...
...
@@ -77,7 +77,7 @@ class Robot (Parent):
# Path to constraints files used by SL1M:
kinematic_constraints_path
=
os
.
environ
[
"INSTALL_HPP_DIR"
]
+
"/share/solo-rbprm/com_inequalities/feet_quasi_flat/"
relative_feet_constraints_path
=
os
.
environ
[
"INSTALL_HPP_DIR"
]
+
"/share/solo-rbprm/relative_effector_positions/"
minDist
=
0.
2
# Minimal height of the CoM wrt to the contact height
minDist
=
0.
15
# Minimal height of the CoM wrt to the contact height
# Data used by mlp
limbs_names
=
[
rArmId
,
rLegId
,
lArmId
,
lLegId
]
# List of effector used to create contact
...
...
solo_rbprm/solo_abstract.py
View file @
52ddb276
...
...
@@ -34,7 +34,7 @@ class Robot (Parent):
srdfSuffix
=
""
name
=
urdfName
ref_height
=
0.
46
5
ref_height
=
0.
23
5
rLegId
=
'solo_RFleg_rom'
lLegId
=
'solo_LFleg_rom'
...
...
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