Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update frequency of the WalkingModule to 1 KHz for ergoCubSN000 #196

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ kp (5.0, 5.0, 5.0, 5.0,
5.0, 5.0, 5.0, 5.0, 5.0, 5.0)

states ("STANCE", "WALKING")
sampling_time 0.002
sampling_time 0.001
settling_time 5.0

[STANCE]
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ kp (5.0, 5.0, 5.0, 5.0,
5.0, 5.0, 5.0, 5.0, 5.0, 5.0)

states ("STANCE", "WALKING")
sampling_time 0.002
sampling_time 0.001
settling_time 5.0

[STANCE]
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ kp_angular 5.0


states ("STANCE", "WALKING")
sampling_time 0.002
sampling_time 0.001
settling_time 3.0

[STANCE]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##Timings
plannerHorizon 20.0
plannerHorizon 5.0

##Unicycle controller. Available types: personFollowing, direct
controlType direct
Original file line number Diff line number Diff line change
@@ -7,7 +7,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.002
sampling_time 0.001
settling_time 5.0

[STANCE]
Original file line number Diff line number Diff line change
@@ -7,7 +7,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.002
sampling_time 0.001
settling_time 5.0

[STANCE]
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ kp_angular 5.0


states ("STANCE", "WALKING")
sampling_time 0.002
sampling_time 0.001
settling_time 3.0

[STANCE]
Original file line number Diff line number Diff line change
@@ -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.002
sampling_time 0.001
settling_time 0.5

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


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

[stance]
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ name walking-coordinator
# height of the com
com_height 0.70
# sampling time
sampling_time 0.002
sampling_time 0.001
# enable joint retargeting
use_joint_retargeting 1
# enable the virtualizer
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ name walking-coordinator
# height of the com
com_height 0.70
# sampling time
sampling_time 0.002
sampling_time 0.001
# enable joint retargeting
use_joint_retargeting 1
# enable the virtualizer
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ name walking-coordinator
# height of the com
com_height 0.70
# sampling time
sampling_time 0.002
sampling_time 0.001
# 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