merge conflict and readme update

old code was uploaded in the initial upload
changed everything with working programm and updated the readme
This commit is contained in:
2026-07-29 22:35:41 +02:00
parent 1e660fcdb6
commit 2b2125bfde
9 changed files with 723 additions and 343 deletions
+5 -3
View File
@@ -16,8 +16,10 @@ urdf_path = "JackBotUrdf.urdf"
# Dimensions in m
#robot_height = -0.1
step_height = 0.05
step_length = 0.08
step_height = 0.03
step_length = 0.04
translation_gain = 1.0
rotation_gain = 2.0
# Leglength in m
# L1 = 0.068
# L2 = 0.0602
@@ -25,5 +27,5 @@ step_length = 0.08
# standard_tickpersec = # 20 Fluessige Bewegung
standard_tickpersec:float = 25 # [ticks/s]
standard_duration:float = 0.4 # [s],ip
standard_duration:float = 0.8 # [s]
standard_tickduration:float = 1 / standard_tickpersec