ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

I am facing the same issue. It works on an intel Machine and is failing on my AMD 64 bit machine. When i try to execute below line of code, I get illegal instruction (core dumped).

  if(!viewer->wasStopped())
        {
        viewer->showCloud(m_pointCloudPtr);
        }

It would be very helpful if someone can put some light into this issue.