mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
CameraMyntEye: fixed M_PI not defined error
This commit is contained in:
@@ -33,6 +33,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <mynteye/api.h>
|
||||
#include <mynteye/device.h>
|
||||
#include <mynteye/context.h>
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846
|
||||
#endif
|
||||
#endif
|
||||
|
||||
namespace rtabmap
|
||||
|
||||
Reference in New Issue
Block a user