Skip to content

Commit 4e004cc

Browse files
Restore log about initialization being complete
1 parent 5cac2bc commit 4e004cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/naoqi_driver.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ void Driver::run()
151151
// A single iteration will propagate registrations, etc...
152152
rosIteration();
153153

154+
std::cout << BOLDYELLOW
155+
<< "naoqi_driver initialized"
156+
<< RESETCOLOR
157+
<< std::endl;
158+
154159
{
155160
boost::mutex::scoped_lock lock( mutex_conv_queue_ );
156161

0 commit comments

Comments
 (0)