Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
quadruped-reactive-walking
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
quadruped-reactive-walking
Commits
45cd6b6c
Commit
45cd6b6c
authored
3 years ago
by
Pierre-Alexandre Leziart
Browse files
Options
Downloads
Patches
Plain Diff
Tweak parameters of WBC
parent
98207eba
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/config_solo12.yaml
+3
-3
3 additions, 3 deletions
src/config_solo12.yaml
with
3 additions
and
3 deletions
src/config_solo12.yaml
+
3
−
3
View file @
45cd6b6c
...
...
@@ -45,8 +45,8 @@ robot:
osqp_Nz_lim
:
35.0
# Maximum vertical force that can be applied at contact points
# Parameters of InvKin
Kp_flyingfeet
:
100.0
# Proportional gain for feet position tasks
Kd_flyingfeet
:
10.0
# Derivative gain for feet position tasks
Kp_flyingfeet
:
100
0
.0
# Proportional gain for feet position tasks
Kd_flyingfeet
:
10
0
.0
# Derivative gain for feet position tasks
Kp_base_position
:
[
1000.0
,
1000.0
,
1000.0
]
# Proportional gains for the base position task
Kd_base_position
:
[
100.0
,
100.0
,
100.0
]
# Derivative gains for the base position task
Kp_base_orientation
:
[
1000.0
,
1000.0
,
1000.0
]
# Proportional gains for the base orientation task
...
...
@@ -55,6 +55,6 @@ robot:
# Parameters of WBC QP problem
Q1
:
0.1
# Weights for the "delta articular accelerations" optimization variables
Q2
:
1
.0
# Weights for the "delta contact forces" optimization variables
Q2
:
5
.0
# Weights for the "delta contact forces" optimization variables
Fz_max
:
35.0
# Maximum vertical contact force [N]
Fz_min
:
0.0
# Minimal vertical contact force [N]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment