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 Feb 5, 2024
1 parent 6c81d0b commit 5b79c07
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ class ActuationModelFloatingBaseThrustersTpl
// Update the joint actuation part
W_thrust_.setZero();
if (nu_ > n_thrusters_) {
W_thrust_
.bottomRightCorner(nu_ - n_thrusters_, nu_ - n_thrusters_)
W_thrust_.bottomRightCorner(nu_ - n_thrusters_, nu_ - n_thrusters_)
.diagonal()
.setOnes();
}
Expand Down

0 comments on commit 5b79c07

Please sign in to comment.