Skip to content

Commit

Permalink
bugfix: was failing on jackal; so uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
AMRL user committed Oct 12, 2024
1 parent 8d35e6b commit 78a31ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation/navigation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ bool Navigation::GetCarrot(Vector2f& carrot, bool global, float carrot_dist) {
}
const float kSqCarrotDist = Sq(carrot_dist);

CHECK_GE(plan_path.size(), 2u);
// CHECK_GE(plan_path.size(), 2u);

if ((plan_path[0].loc - robot_loc_).squaredNorm() < kSqCarrotDist) {
// Goal is within the carrot dist.
Expand Down

0 comments on commit 78a31ca

Please sign in to comment.