Skip to content

Commit

Permalink
feat: update velodyne_cloud_separator.cpp with get_data() method
Browse files Browse the repository at this point in the history
Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 committed Jul 14, 2024
1 parent f31404d commit d651e6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ void VelodyneCloudSeparator::update()

bool VelodyneCloudSeparator::try_subscribe_pc()
{
auto pc_msg = pc_sub_->getData();
auto pc_msg = pc_sub_->get_data();
if (!pc_msg) return false;
try {
pc_ = pcl::PointCloud<PointXYZIR>::Ptr(new pcl::PointCloud<PointXYZIR>);
Expand Down

0 comments on commit d651e6e

Please sign in to comment.