Skip to content

Print with fixed precision

Nicolas Cadart requested to merge feature/PrintWithFixedPrecision into master

This allows to print float values to std::cout using fixed decimals representation. This is useful to print poses with precision up to millimeter or 1000th of degree only. This improves display readability.

Merge request reports