Re: [ros-users] [PCL]: seg fault in convertCloudToArray

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Brian Gerkey
日付:  
To: ros-users
題目: Re: [ros-users] [PCL]: seg fault in convertCloudToArray
On Tue, Aug 3, 2010 at 7:51 AM, Dejan Pangercic
<> wrote:
> So without any debug symbols. I then tried to re-build the pcl by
> explicitly enabling the Debug directive (by setting "set
> (ROS_BUILD_TYPE Debug)") but still without any success.
> So my question is I guess how can I debug this code without having to
> pollute the convertCloudToArray function with cerr-s?


Setting ROS_BUILD_TYPE to Debug should be sufficient to get debug
symbols in the resulting binaries. When you say, "without any
success," what exactly happened? I assume that you rebuilt pcl after
changing ROS_BUILD_TYPE?

    brian.