You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for a method to convert parallel 'pcl::PointCloud' to 'octomap::PointCloud'. Therefore, I was trying to find a 'resize' function of 'octomap::PointCloud::points' in order to access the element directly from multi threads.
I was looking for a method to convert parallel 'pcl::PointCloud' to 'octomap::PointCloud'. Therefore, I was trying to find a 'resize' function of 'octomap::PointCloud::points' in order to access the element directly from multi threads.
octomap/octomap/include/octomap/Pointcloud.h
Line 59 in 92a9f14
I suggest adding an 'octomap::PointCloud::resize' function in order to pre-insert elements to this vector.
The text was updated successfully, but these errors were encountered: