Skip to content

Commit 487f1ed

Browse files
committed
Linting
Signed-off-by: mini-1235 <[email protected]>
1 parent a8f5ad7 commit 487f1ed

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

nav2_controller/plugins/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ament_add_gtest(gctest goal_checker.cpp)
55
target_link_libraries(gctest simple_goal_checker stopped_goal_checker position_goal_checker)
66

77
ament_add_gtest(phtest path_handler.cpp)
8-
target_link_libraries(phtest simple_path_handler)
8+
target_link_libraries(phtest simple_path_handler)

nav2_controller/plugins/test/path_handler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ TEST(PathHandlerTests, TestInversionToleranceChecks)
240240
EXPECT_FALSE(handler.isWithinInversionTolerancesWrapper(robot_pose));
241241

242242
// On top but off angled within tolerances
243-
std::cout <<"111" << std::endl;
244243
robot_pose.pose.position.y = 0;
245244
robot_pose.pose.orientation.w = 0.9961947;
246245
robot_pose.pose.orientation.z = 0.0871558;

0 commit comments

Comments
 (0)