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

Stream operators have low precision #47

Closed
osrf-migration opened this issue Jun 10, 2016 · 2 comments
Closed

Stream operators have low precision #47

osrf-migration opened this issue Jun 10, 2016 · 2 comments
Labels
bug Something isn't working

Comments

@osrf-migration
Copy link

Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


The stream operators in several classes currently have limited precision, presumably for decluttering console output. Several examples:

This is a warning not to use them for lexical casting, as they will lose significant precision.

@osrf-migration
Copy link
Author

Original comment by John Hsu (Bitbucket: hsu, GitHub: hsu).


cross referencing gazebo issue 1959 and test that fails due to this issue

@osrf-migration osrf-migration added major bug Something isn't working labels Apr 15, 2020
@chapulina chapulina removed the major label May 25, 2020
@azeey
Copy link
Contributor

azeey commented Oct 5, 2023

I think this has been fixed by #376 where the precision can be set using std::setprecision.

@azeey azeey closed this as completed Oct 5, 2023
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

No branches or pull requests

3 participants