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
cf843faa
Commit
cf843faa
authored
2 years ago
by
odri
Browse files
Options
Downloads
Plain Diff
Merge branch 'modified-circle' into whole-body-fixed-base
parents
fd793e95
8cf3231c
No related branches found
No related tags found
No related merge requests found
Pipeline
#21104
failed
2 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/walk_parameters.yaml
+3
-3
3 additions, 3 deletions
config/walk_parameters.yaml
python/quadruped_reactive_walking/WB_MPC/ProblemData.py
+3
-3
3 additions, 3 deletions
python/quadruped_reactive_walking/WB_MPC/ProblemData.py
with
6 additions
and
6 deletions
config/walk_parameters.yaml
+
3
−
3
View file @
cf843faa
...
...
@@ -25,19 +25,19 @@ robot:
dt_mpc
:
0.015
# Time step of the model predictive control
type_MPC
:
3
# Which MPC solver you want to use: 0 for OSQP MPC, 1, 2, 3 for Crocoddyl MPCs
save_guess
:
false
# true to interpolate the impedance quantities between nodes of the MPC
movement
:
"
step
"
# name of the movement to perform
movement
:
"
circle
"
# name of the movement to perform
interpolate_mpc
:
true
# true to interpolate the impedance quantities between nodes of the MPC
interpolation_type
:
3
# 0,1,2,3 decide which kind of interpolation is used
# Kp_main: [0.0, 0.0, 0.0] # Proportional gains for the PD+
# Kd_main: [0., 0., 0.] # Derivative gains for the PD+
# Kff_main: 0.0 # Feedforward torques multiplier for the PD+
Kp_main
:
[
3
,
3
,
3
]
# Proportional gains for the PD+
Kd_main
:
[
0.
5
,
0.
5
,
0.
5
]
# Derivative gains for the PD+
Kd_main
:
[
0.
3
,
0.
3
,
0.
3
]
# Derivative gains for the PD+
Kff_main
:
1.0
# Feedforward torques multiplier for the PD+
# Parameters of Gait
N_periods
:
1
gait
:
[
8
0
,
0
,
0
,
0
,
0
]
# Initial gait matrix
gait
:
[
10
0
,
0
,
0
,
0
,
0
]
# Initial gait matrix
# Parameters of Joystick
gp_alpha_vel
:
0.003
# Coefficient of the low pass filter applied to gamepad velocity
...
...
This diff is collapsed.
Click to expand it.
python/quadruped_reactive_walking/WB_MPC/ProblemData.py
+
3
−
3
View file @
cf843faa
...
...
@@ -170,13 +170,13 @@ class ProblemDataFull(problemDataAbstract):
# Cost function weights
self
.
mu
=
0.7
self
.
foot_tracking_w
=
1e
5
self
.
foot_tracking_w
=
1e
4
self
.
friction_cone_w
=
1e3
self
.
control_bound_w
=
1e3
self
.
control_reg_w
=
1e
2
self
.
control_reg_w
=
1e
0
self
.
state_reg_w
=
np
.
array
(
[
1e2
]
*
3
+
[
1e-2
]
*
3
+
[
1e2
]
*
6
+
[
1e1
]
*
3
+
[
1e
-
0
]
*
3
+
[
1e1
]
*
6
[
1e1
]
*
3
+
[
1e0
]
*
3
+
[
1e1
]
*
6
)
self
.
terminal_velocity_w
=
np
.
array
([
0
]
*
12
+
[
1e3
]
*
12
)
...
...
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