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
Merge requests
!30
Whole body fixed base
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Whole body fixed base
whole-body-fixed-base
into
whole-body
Overview
0
Commits
5
Pipelines
4
Changes
4
Open
Fanny Risbourg
requested to merge
whole-body-fixed-base
into
whole-body
2 years ago
Overview
0
Commits
5
Pipelines
4
Changes
4
Expand
0
0
Merge request reports
Compare
whole-body
version 3
1dd8ad5a
2 years ago
version 2
bac3ffd9
2 years ago
version 1
d561662a
2 years ago
whole-body (base)
and
latest version
latest version
d99f0c2b
5 commits,
2 years ago
version 3
1dd8ad5a
4 commits,
2 years ago
version 2
bac3ffd9
1 commit,
2 years ago
version 1
d561662a
3 commits,
2 years ago
4 files
+
56
−
46
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
config/walk_parameters.yaml
+
5
−
5
Options
@@ -6,14 +6,14 @@ robot:
LOGGING
:
true
# Enable/disable logging during the experiment
PLOTTING
:
true
# Enable/disable automatic plotting at the end of the experiment
DEMONSTRATION
:
false
# Enable/disable demonstration functionalities
SIMULATION
:
fals
e
# Enable/disable PyBullet simulation or running on real robot
enable_pyb_GUI
:
tru
e
# Enable/disable PyBullet GUI
SIMULATION
:
tru
e
# Enable/disable PyBullet simulation or running on real robot
enable_pyb_GUI
:
fals
e
# Enable/disable PyBullet GUI
envID
:
0
# Identifier of the environment to choose in which one the simulation will happen
use_flat_plane
:
true
# If True the ground is flat, otherwise it has bumps
predefined_vel
:
true
# If we are using a predefined reference velocity (True) or a joystick (False)
N_SIMULATION
:
1
5000
# Number of simulated wbc time steps
N_SIMULATION
:
5000
# Number of simulated wbc time steps
enable_corba_viewer
:
false
# Enable/disable Corba Viewer
enable_multiprocessing
:
tru
e
# Enable/disable running the MPC in another process in parallel of the main loop
enable_multiprocessing
:
fals
e
# Enable/disable running the MPC in another process in parallel of the main loop
perfect_estimator
:
true
# Enable/disable perfect estimator by using data directly from PyBullet
# General control parameters
@@ -26,7 +26,7 @@ robot:
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
:
"
circle"
# name of the movement to perform
interpolate_mpc
:
tru
e
# true to interpolate the impedance quantities between nodes of the MPC
interpolate_mpc
:
fals
e
# 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+
Loading