Skip to content

Commit

Permalink
[UPDATE] remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthou committed Jan 31, 2019
1 parent a5e9b0f commit 59e6fe6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/RosInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,13 +427,9 @@ void RosInterface::feedThread()
if(run == true)
{
if(feeder_end == true)
{
feeder_end = false;
std::cout << "feed start" << std::endl;
}

reasoners_.runPostReasoners();
std::cout << "runPostReasoners" << std::endl;

std_msgs::String msg;
std::vector<std::string> notifications = feeder_.getNotifications();
Expand Down

0 comments on commit 59e6fe6

Please sign in to comment.