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
620ccbb4
Commit
620ccbb4
authored
3 years ago
by
odri
Browse files
Options
Downloads
Patches
Plain Diff
Tweak joystick parameters
parent
a4e73475
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/qrw/Joystick.hpp
+1
-1
1 addition, 1 deletion
include/qrw/Joystick.hpp
src/walk_parameters.yaml
+1
-1
1 addition, 1 deletion
src/walk_parameters.yaml
with
2 additions
and
2 deletions
include/qrw/Joystick.hpp
+
1
−
1
View file @
620ccbb4
...
...
@@ -168,7 +168,7 @@ class Joystick {
// How much the gamepad velocity and position is filtered to avoid sharp changes
double
gp_alpha_vel
=
0.0
;
// Low pass filter coefficient for v_ref_ (if gamepad-controlled)
double
gp_alpha_pos
=
0.0
;
// Low pass filter coefficient for p_ref_
double
gp_alpha_vel_heavy_filter
=
0.00
1
;
// Low pass filter coefficient for v_ref_heavy_filter_
double
gp_alpha_vel_heavy_filter
=
0.00
2
;
// Low pass filter coefficient for v_ref_heavy_filter_
// Maximum velocity values
double
vXScale
=
0.3
;
// Lateral
...
...
This diff is collapsed.
Click to expand it.
src/walk_parameters.yaml
+
1
−
1
View file @
620ccbb4
...
...
@@ -33,7 +33,7 @@ robot:
# Parameters of Joystick
gp_alpha_vel
:
0.003
# Coefficient of the low pass filter applied to gamepad velocity
gp_alpha_pos
:
0.00
2
# Coefficient of the low pass filter applied to gamepad position
gp_alpha_pos
:
0.00
6
# Coefficient of the low pass filter applied to gamepad position
# Parameters of Estimator
fc_v_esti
:
50.0
# Cut frequency for the low pass that filters the estimated base velocity
...
...
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