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

isnan not defined #16

Open
rebellojason7 opened this issue Apr 7, 2017 · 1 comment
Open

isnan not defined #16

rebellojason7 opened this issue Apr 7, 2017 · 1 comment

Comments

@rebellojason7
Copy link

Got the following error when building but_calibration_camera_velodyne

but_velodyne/but_calibration_camera_velodyne/include/but_calibration_camera_velodyne/Calibration.h:53:24: error: ‘isnan’ was not declared in this scope
return !isnan(value);

Can easily by solved with
return !std::isnan(value);

@themightyoarfish
Copy link
Contributor

Yup, same here, silly bug. Will submit PR.

themightyoarfish pushed a commit to themightyoarfish/but_velodyne that referenced this issue Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants