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 Jul 15, 2024
1 parent d064c1a commit c6cbe4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit_test/slam2d/jacobians_slam2d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ TEST(Slam2D, EdgeSE2PointXYBearingJacobian) {
numericJacobianWorkspace.allocate();

for (int k = 0; k < 10000; ++k) {
/* Generate random estimate states, but don't evaluate those that are too close to error
* function singularity. */
/* Generate random estimate states, but don't evaluate those that are too
* close to error function singularity. */
do {
v1.setEstimate(randomSE2());
v2.setEstimate(Eigen::Vector2d::Random());
Expand Down

0 comments on commit c6cbe4c

Please sign in to comment.