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

[package] ceres-solver/2.1.0@: undesired console message #14242

Open
facontidavide opened this issue Nov 17, 2022 · 0 comments · May be fixed by #23815
Open

[package] ceres-solver/2.1.0@: undesired console message #14242

facontidavide opened this issue Nov 17, 2022 · 0 comments · May be fixed by #23815
Labels
bug Something isn't working

Comments

@facontidavide
Copy link

Description

I think I did my best to avoid any logging message:

  ceres::Solver::Options options;
  options.minimizer_progress_to_stdout = true;
  options.logging_type = ceres::SILENT;

But I still get this message when calling ceres::Solve:

block_sparse_matrix.cc:80 Allocating values array with 768 bytes.
detect_structure.cc:115 Schur complement static structure <2,6,0>.
detect_structure.cc:115 Schur complement static structure <2,6,0>.

There is no way I can disable this; after investigating, it seems like a miniglog message that should be disabled at compilation time.
I have no idea how to do that when using conan.

Package and Environment Details

  • Package Name/Version: ceres/2.1.0
  • Operating System+version: Linux Ubuntu 20.04
  • Compiler+version: GCC 9.4.0
  • Conan version: conan 1.54.0

Conan profile

not applicable?

Steps to reproduce

not applicable?

Logs

not applicable?

@facontidavide facontidavide added the bug Something isn't working label Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant