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

Automatic adjustment of log display range #235

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

xiyuoh
Copy link
Member

@xiyuoh xiyuoh commented Aug 16, 2024

This PR addresses the TODO to allow the slider range for displaying number of logs to be adjusted automatically. Currently we have a fixed range of [10, 1000]. With this PR, the range will start with [10, 100] at launch. As more logs are being printed, the upper limit will increase accordingly to the nearest multiple of hundred that is greater or equal to the current log history size.

Signed-off-by: Xiyu Oh <xiyu@openrobotics.org>
Signed-off-by: Xiyu Oh <xiyu@openrobotics.org>
xiyuoh and others added 2 commits August 16, 2024 16:15
Signed-off-by: Xiyu Oh <xiyu@openrobotics.org>
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