qtcreator debug ROS
Hi,
I tried to run a ros node in qtcreator (version 3.5.1). It works in debug mode, I can have breakpoints, see variables ... I was able to change option for CMAKE ... with option Debug. No problem I think here;
But I don't see where are the outputs (I have ROS_INFO lines in my ros file). I can see that it works when I do a "rostopic echo /rosout_agg" in another terminal. But it's difficult to see my debug messages with others messages which come in.
So my question is simple: where can I see the messages when I execute lines with ROS_INFO.
Thanks for help
qtcreator 3.5.1, ubuntu 14.04.3, ROS indigo