How to redirect warnings to the screen?
Hello all,
I am writing code C code that uses ROS and my OS is Linux. I also use launch file in order to run my program.
My problem: I don´t see the warnings on the screen after compilation. The only thing I am able to see is this message:
[rosmake-3] Finished <<< guiPackage [PASS] [ 4.21 seconds ] -- WARNING: 2 compiler warnings
My Questions:
- Is this problem connected to the launch file or not?
- Whatever the answer for 1 is, how can I see the warnings on the shell screen of Linux in this case?
Thank you all for your time, Felix.