Skip to content
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

Add verbosity flag to optionally prevent excessive std::cout writes #67

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ahrnbom
Copy link

@ahrnbom ahrnbom commented Aug 21, 2024

Since DLIO writes directly to std::cout, as opposed to using ROS' output system (ROS_INFO etc.) it's difficult to control the amount of terminal output you get. For example, it was quite difficult for me to read the estimated attitudes and biases, as this got overwritten by the info box. This PR adds a verbosity flag which removes the info box from the terminal output, if set to false.

@kennyjchen
Copy link
Contributor

Thanks for the PR! Yeah we probably should have used ROS' output system instead of std::cout. Could you add the param into dlio.yaml as well? I'll merge it in afterwards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants