-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to prevent realsense from show these logs #1185
Comments
You could try using output="log" This should send warnings to a log file in $ROS_HOME/log instead of the screen. Somebody who tried this said that it hid the WARNING messages, though ERROR and FATAL type messages continued to be displayed onscreen. If there is a warning / error message though then it is recommended to try to diagnose and correct it instead of hiding it. It is unusual though that you are receiving 'USB CAM overflow' messages when using a low resolution and FPS speed like the ones defined in your launch file. |
Thank you for the solution. I thought it was normal to get those message since there were tons of them when I ran the launch file. |
No, it's not normal. It suggests that something is overwhelming the USB port with data. Someone who had the same problem when using the camera on a USB2 port resolved it by disabling the infrared streams by adding the instructions below to the roslaunch statement. enable_infra1:=false enable_infra2:=false |
I see, I'll figure out on that. |
Good luck! Please feel welcome to come back to the RealSense ROS forum any time that you need to. |
Any idea on fixing the launch tag without adding “output” attribute to the |
The simplest methods that I could find to disable all logging are in the link below: |
Alright, thank you |
Greeting everyone, may I have some little help here
My launch file is
and now the launch file emitting logs like
How could I edit my launch file to suppress that?
The text was updated successfully, but these errors were encountered: