ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I'd image the best way is to NOT assign the pointcloud, but use a shared pointer.
If the functions times out that shared pointer should be empty. You also see the sensor_msgs::PointCloud2_<std::allocator<void> >&]: Assertion
px != 0' failed.` pop up. You can check that before.
2 | No.2 Revision |
I'd image the best way is to NOT assign the pointcloud, but use a shared pointer.
If the functions times out that shared pointer should be empty. You also see the sensor_msgs::PointCloud2_<std::allocator<void> >&]:
Assertion px != 0' Assertionfailed.` failed. pop up. You can check that before.