Skip to content

Commit

Permalink
Increase the frequency of the walking-controller to 500Hz
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi authored and icub committed Sep 28, 2022
1 parent 1713405 commit dcc03f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kp (5.0, 5.0, 5.0,
5.0, 5.0, 5.0, 5.0, 5.0, 5.0)

states ("stance", "walking")
sampling_time 0.01
sampling_time 0.002
settling_time 0.5

[stance]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kp_angular 5.0


states ("stance", "walking")
sampling_time 0.01
sampling_time 0.002
settling_time 0.5

[stance]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ goal_port_suffix /goal:i
goal_port_scaling (0.5, 1.0, 0.5)

# How much in advance the planner should be called. The time is in seconds
planner_advance_time_in_s 0.08
planner_advance_time_in_s 0.02

# general parameters
[GENERAL]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,19 @@ goal_port_suffix /goal:i
goal_port_scaling (0.5, 1.0, 0.5)

# How much in advance the planner should be called. The time is in seconds
planner_advance_time_in_s 0.08
planner_advance_time_in_s 0.02

# general parameters
[GENERAL]
name walking-coordinator
# height of the com
com_height 0.565
# sampling time
sampling_time 0.01
sampling_time 0.002
# Specify the frame to use to control the robot height. Currently, we support only the following options: com, root_link
height_reference_frame root_link


# include robot control parameters
[include ROBOT_CONTROL "./dcm_walking/joypad_control/robotControl.ini"]

Expand Down

0 comments on commit dcc03f6

Please sign in to comment.