Skip to content

Commit

Permalink
reverting pano distance
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira committed Mar 8, 2024
1 parent 5117019 commit 62f6382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astrobee/behaviors/inspection/src/inspection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ double Inspection::GetDistanceToTarget() {
depth_cam_, target_size_x_, target_size_y_);
}
}
return 1.0;
return -1;
}

// Checks the given points agains whether the target is visible
Expand Down

0 comments on commit 62f6382

Please sign in to comment.