Skip to content

Commit

Permalink
jsk_pcl_ros/src/incremental_model_registration_nodelet.cpp: startRegi…
Browse files Browse the repository at this point in the history
…stration return true
  • Loading branch information
k-okada committed Jan 16, 2023
1 parent ef86865 commit bcdc802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jsk_pcl_ros/src/incremental_model_registration_nodelet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ namespace jsk_pcl_ros
nonregistered_ros_cloud.header.stamp = ros::Time::now();
nonregistered_ros_cloud.header.frame_id = frame_id_;
pub_cloud_non_registered_.publish(nonregistered_ros_cloud);
return true;
}

}
Expand Down

0 comments on commit bcdc802

Please sign in to comment.