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

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Brian Gerkey
Dato:  
Til: ros-users
Emne: Re: [ros-users] [PCL]: seg fault in convertCloudToArray
On Tue, Aug 3, 2010 at 8:28 AM, Dejan Pangercic
<> wrote:
> Yes, I changed ROS_BUILD_TYPE to "Debug", ran "make clean, make" in
> pcl and I still got no debugging symbols in the debugger.
> And I am on point_cloud_perception trunk and I updated it today.


hi Dejan,

That's odd. Can you try 'make clean; make VERBOSE=1' and verify that
the compile steps include '-g' and don't include any '-O' flags?

Btw, changing the ROS_BUILD_TYPE should cause everything to rebuild on
'make', so your initial 'make clean' was unnecessary.

    brian.