Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 29, 2024
1 parent d904005 commit 27c5cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kinematic-planner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ void KinematicPlanner::blending() {
currentWeight2.push_back(intWeightCSrc);
}
} //(cG!=nGaitCycles-1)
} //(t>nTimeSteps*9/10)
} //(t>nTimeSteps*9/10)

// Start Mixing all sources
for (int cJ = 0; cJ < nJoints; cJ++) {
Expand Down

0 comments on commit 27c5cd4

Please sign in to comment.