[ros-users] pointcloud_to_laserscan weirdness with isnan nam…

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ (text/html)
+ could_to_scan_cpp.patch (application/octet-stream)
Slet denne besked
Besvar denne besked
Skribent: User discussions
Dato:  
Til: User discussions
Emne: [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