Skip to content

Commit

Permalink
Minor fix in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjelonic committed Apr 8, 2021
1 parent e4693eb commit 973f668
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion darknet_ros/test/ObjectDetection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ TEST(ObjectDetection, DetectANYmal) {
pathToTestImage += "quadruped_anymal_and_person";
pathToTestImage += ".JPG";

// Send dog image to yolo.
// Send ANYmal and person image to yolo.
ASSERT_TRUE(sendImageToYolo(nodeHandle, pathToTestImage));
ASSERT_TRUE(sendImageToYolo(nodeHandle, pathToTestImage));
ASSERT_TRUE(sendImageToYolo(nodeHandle, pathToTestImage));

Expand Down

0 comments on commit 973f668

Please sign in to comment.