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
c7f97d47
Commit
c7f97d47
authored
3 years ago
by
odri
Browse files
Options
Downloads
Patches
Plain Diff
Lower WBC gains for tasks
parent
c217595c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#16110
failed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/config_solo12.yaml
+5
-5
5 additions, 5 deletions
src/config_solo12.yaml
with
5 additions
and
5 deletions
src/config_solo12.yaml
+
5
−
5
View file @
c7f97d47
...
...
@@ -11,7 +11,7 @@ robot:
N_SIMULATION
:
30000
# Number of simulated wbc time steps
enable_pyb_GUI
:
true
# Enable/disable PyBullet GUI
enable_corba_viewer
:
false
# Enable/disable Corba Viewer
enable_multiprocessing
:
fals
e
# Enable/disable running the MPC in another process in parallel of the main loop
enable_multiprocessing
:
tru
e
# Enable/disable running the MPC in another process in parallel of the main loop
perfect_estimator
:
false
# Enable/disable perfect estimator by using data directly from PyBullet
# General control parameters
...
...
@@ -47,10 +47,10 @@ robot:
# Parameters of InvKin
Kp_flyingfeet
:
100.0
# Proportional gain for feet position tasks
Kd_flyingfeet
:
10.0
# Derivative gain for feet position tasks
Kp_base_position
:
[
100
0
.0
,
100
0
.0
,
100
0
.0
]
# Proportional gains for the base position task
Kd_base_position
:
[
10
0
.0
,
10
0
.0
,
10
0
.0
]
# Derivative gains for the base position task
Kp_base_orientation
:
[
100
0
.0
,
100
0
.0
,
100
0
.0
]
# Proportional gains for the base orientation task
Kd_base_orientation
:
[
10
0
.0
,
10
0
.0
,
10
0
.0
]
# Derivative gains for the base orientation task
Kp_base_position
:
[
100.0
,
100.0
,
100.0
]
# Proportional gains for the base position task
Kd_base_position
:
[
10.0
,
10.0
,
10.0
]
# Derivative gains for the base position task
Kp_base_orientation
:
[
100.0
,
100.0
,
100.0
]
# Proportional gains for the base orientation task
Kd_base_orientation
:
[
10.0
,
10.0
,
10.0
]
# Derivative gains for the base orientation task
w_tasks
:
[
1.0
,
1.0
,
1.0
,
1.0
,
1.0
,
1.0
,
1.0
]
# Tasks weights: [feet/base, vx, vy, vz, roll+wroll, pitch+wpitch, wyaw]
# Parameters of WBC QP problem
...
...
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