Skip to content

Commit

Permalink
Merge branch 'main' into feat/simulation/add_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Autumn60 authored Jul 14, 2024
2 parents 83d10d4 + 6bf6644 commit 206716d
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 206716d

Please sign in to comment.