[ros-users] pointcloud_to_laserscan weirdness with isnan nam…

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
+ could_to_scan_cpp.patch (application/octet-stream)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: [ros-users] pointcloud_to_laserscan weirdness with isnan namespace
I recently ran into a problem compiling pointcloud_to_laserscan because
isnan was not in the right namespace. I had to append std:: to isnan to get
it to compile. If this doesn't break anything for others, I suggest
patching.

--Nick