[ros-users] pointcloud_to_laserscan weirdness with isnan nam…

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
+ (text/html)
+ could_to_scan_cpp.patch (application/octet-stream)
Delete this message
Reply to this message
Auteur: User discussions
Datum:  
Aan: User discussions
Onderwerp: [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