[ros-users] pointcloud_to_laserscan weirdness with isnan nam…

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ (text/html)
+ could_to_scan_cpp.patch (application/octet-stream)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: [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