Skip to content

Commit 134b239

Browse files
committed
Lab Robot, Update the joint frequency on walk gait
1 parent 4b90980 commit 134b239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware_test/LabRobot/DogRobot/QuadrupedRobot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ void QuadrupedRobot::bot_trot()
192192
double phi[4]{0, 0.5, 0, 0.5};
193193
// init data for CPG
194194
beta = 0.5;
195-
195+
omega_sw = 5 * M_PI;
196196
omega_st = omega_sw * (1 - beta) / beta;
197197
mu = Ah * Ah;
198198
for (int i = 0; i < 4; i++) {

0 commit comments

Comments
 (0)