Skip to content

Commit

Permalink
Revert debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Dec 4, 2024
1 parent 784d392 commit 7c2c3ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion planner_cspace/test/src/test_navigate_remember.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ TEST_F(Navigate, Navigate)
std::abs(tf2::getYaw(goal_rel.getRotation())) < 0.2)
{
std::cerr << test_scope_ << "Navagation success." << std::endl;
dumpRobotTrajectory();
ros::Duration(2.0).sleep();
return;
}
Expand Down

0 comments on commit 7c2c3ec

Please sign in to comment.