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

Make the types explicit in quaternion_helper.hpp. #625

Merged
merged 1 commit into from
Nov 12, 2020

Commits on Nov 12, 2020

  1. Make the types explicit in quaternion_helper.hpp.

    Windows started complaining that there was possible loss of
    precision.  That came about because we were using the 'double'
    versions of cmath functions (sqrt, pow, etc).  However, it
    turns out that Ogre only deals with floats by default anyway
    (and we don't change the default when we vendor it), so switch
    all calculations to floats.
    
    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    2d87ca1 View commit details
    Browse the repository at this point in the history