Skip to content
Snippets Groups Projects
Commit 8ea2f49e authored by Jennifer Buehler's avatar Jennifer Buehler
Browse files

added println

parent 50d11eb5
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,8 @@ bool FakeObjectRecognizer::recognizeObject(gazebo_test_tools::RecognizeGazeboObj
res.success=false;
return true;
}
ROS_INFO_STREAM("Publishing object "<<object);
object_pub.publish(object);
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment