Skip to content

Commit 5110c3d

Browse files
GiulioRomualdiicub
authored andcommitted
Increase the frequency of the walking-controller to 500Hz
1 parent 1713405 commit 5110c3d

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/WalkingModule/app/robots/iCubGenova09/dcm_walking/joypad_control/tasks/regularization.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kp (5.0, 5.0, 5.0,
66
5.0, 5.0, 5.0, 5.0, 5.0, 5.0)
77

88
states ("stance", "walking")
9-
sampling_time 0.01
9+
sampling_time 0.002
1010
settling_time 0.5
1111

1212
[stance]

src/WalkingModule/app/robots/iCubGenova09/dcm_walking/joypad_control/tasks/torso.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kp_angular 5.0
44

55

66
states ("stance", "walking")
7-
sampling_time 0.01
7+
sampling_time 0.002
88
settling_time 0.5
99

1010
[stance]

src/WalkingModule/app/robots/iCubGenova09/dcm_walking_with_joypad.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,19 @@ goal_port_suffix /goal:i
3939
goal_port_scaling (0.5, 1.0, 0.5)
4040

4141
# How much in advance the planner should be called. The time is in seconds
42-
planner_advance_time_in_s 0.08
42+
planner_advance_time_in_s 0.02
4343

4444
# general parameters
4545
[GENERAL]
4646
name walking-coordinator
4747
# height of the com
4848
com_height 0.565
4949
# sampling time
50-
sampling_time 0.01
50+
sampling_time 0.002
5151
# Specify the frame to use to control the robot height. Currently, we support only the following options: com, root_link
5252
height_reference_frame root_link
5353

54+
5455
# include robot control parameters
5556
[include ROBOT_CONTROL "./dcm_walking/joypad_control/robotControl.ini"]
5657

0 commit comments

Comments
 (0)