Skip to content

EIGEN_PI error #134

@emrum

Description

@emrum

Description of issue

I got this error (on ubuntu 19.10, compiling from git):
/usr/include/osvr/Util/EigenQuatExponentialMap.h:164:31: error: ‘EIGEN_PI’ was not declared in this scope;

temporary SOLUTION :
add the following line on top of /usr/include/osvr/Util/EigenQuatExponentialMap.h
after the line including EigenCoreGeometry.h :
#define EIGEN_PI 3.141592654


hint:
before compiling from git clone, maybe try :
git submodule update --init --recursive

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions