how to use roslaunch having gazebo on verbose mode?
Dear all,
when you develop plugins in gazebo, you can get the verbose feedback by executing:
gazebo my_world.world --verbose
When we use roslaunch to launch the gazebo simulation, do you know a similar way to get verbose feedback? I tried to find a simial input arg but I couldn't since debug means different thing.
(using gazebo7.8 and ros kinetic)