Print with fixed precision

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

Loading