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
8688336d
Commit
8688336d
authored
2 years ago
by
Ale
Browse files
Options
Downloads
Patches
Plain Diff
improved tracking
parent
ee9ffa69
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#20916
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
+1
-1
1 addition, 1 deletion
config/walk_parameters.yaml
python/quadruped_reactive_walking/WB_MPC/ProblemData.py
+1
-1
1 addition, 1 deletion
python/quadruped_reactive_walking/WB_MPC/ProblemData.py
with
2 additions
and
2 deletions
config/walk_parameters.yaml
+
1
−
1
View file @
8688336d
...
...
@@ -22,7 +22,7 @@ robot:
# q_init: [0.0, 0.764, -1.407, 0.0, 0.76407, -1.4, 0.0, 0.76407, -1.407, 0.0, 0.764, -1.407] # h_com = 0.218
q_init
:
[
0.0
,
0.7
,
-1.4
,
0.0
,
0.7
,
-1.4
,
0.0
,
-0.7
,
1.4
,
0.0
,
-0.7
,
1.4
]
# Initial articular positions
dt_wbc
:
0.001
# Time step of the whole body control
dt_mpc
:
0.0
0
1
# Time step of the model predictive control
dt_mpc
:
0.01
5
# 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
interpolate_mpc
:
true
# true to interpolate the impedance quantities between nodes of the MPC
...
...
This diff is collapsed.
Click to expand it.
python/quadruped_reactive_walking/WB_MPC/ProblemData.py
+
1
−
1
View file @
8688336d
...
...
@@ -9,7 +9,7 @@ class problemDataAbstract:
self
.
dt_wbc
=
param
.
dt_wbc
self
.
mpc_wbc_ratio
=
int
(
self
.
dt
/
self
.
dt_wbc
)
self
.
init_steps
=
0
self
.
target_steps
=
6
0
self
.
target_steps
=
15
0
self
.
T
=
self
.
init_steps
+
self
.
target_steps
-
1
self
.
robot
=
erd
.
load
(
"
solo12
"
)
...
...
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