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
Typo in deprecation message common/include/pcl/ros/conversions.h
The last three functions read: PCL_DEPRECATED ("pcl::fromROSMsg is deprecated, please use fromPCLPointCloud2 instead.")
but they should read, PCL_DEPRECATED ("pcl::toROSMsg is deprecated, please use toPCLPointCloud2 instead.")
The text was updated successfully, but these errors were encountered:
WillieMaddox
changed the title
Type on deprecation message.
Typo in deprecation message.
May 31, 2017
Environment
Current Behavior
Typo in deprecation message
common/include/pcl/ros/conversions.h
The last three functions read:
PCL_DEPRECATED ("pcl::fromROSMsg is deprecated, please use fromPCLPointCloud2 instead.")
but they should read,
PCL_DEPRECATED ("pcl::toROSMsg is deprecated, please use toPCLPointCloud2 instead.")
The text was updated successfully, but these errors were encountered: