Closed adityag6994 closed 7 years ago
Hey, I am getting a segmentation fault when I run pcl_filter node
hal@hal:~/catkin_ws$ rosrun pcl_ros_tutorial pcl_filter Segmentation fault (core dumped)
pcl_publisher is running also I can see the point cloud in rviz. Anything I am missing ?
changing these lines in pcl_filter.cpp cloudHandler handler; --> cloudHandler handler(); compiled for me.
cloudHandler handler; --> cloudHandler handler();
Hey, I am getting a segmentation fault when I run pcl_filter node
pcl_publisher is running also I can see the point cloud in rviz. Anything I am missing ?