Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 7, 2024
1 parent c0aabc5 commit 55f0f0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ MPCTrajectory KinematicsBicycleModel::calculatePredictedTrajectoryInWorldCoordin

// update state in the world coordinate
const auto updateState = [&](
const Eigen::VectorXd & state_w, const double & input,
const double dt, const double velocity) {
const Eigen::VectorXd & state_w, const double & input, const double dt,
const double velocity) {
const auto yaw = state_w(2);

Eigen::VectorXd dstate = Eigen::VectorXd::Zero(4);
Expand Down

0 comments on commit 55f0f0c

Please sign in to comment.