Skip to content

Commit

Permalink
fix spell check
Browse files Browse the repository at this point in the history
Signed-off-by: YuxuanLiuTier4Desktop <[email protected]>
  • Loading branch information
Owen-Liuyuxuan committed Nov 26, 2024
1 parent fe3df92 commit 80f7b26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ Status HesaiRosOfflineExtractBagDecode::read_bag()
continue;
}
out_cnt++;
// Create ROS2 Pointcloud and Write to ROSBag
// Create ROS Pointcloud and Write to ROSBag
{
// Create ROS2 Pointcloud from PCL pointcloud
// Create ROS Pointcloud from PCL pointcloud
sensor_msgs::msg::PointCloud2 cloud_msg;
pcl::toROSMsg(*pointcloud, cloud_msg);
cloud_msg.header = extracted_msg.header;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
* operations.
*
* The script performs the following steps:
* 1. Initializes ROS2 node and executor
* 1. Initializes ROS node and executor
* 2. Creates an instance of HesaiRosOfflineExtractBagDecode
* 3. Checks driver status
* 4. If status is OK, reads and processes the input bag
* 5. Shuts down ROS2 node after processing completes
* 5. Shuts down ROS node after processing completes
*/

int main(int argc, char * argv[])
Expand Down

0 comments on commit 80f7b26

Please sign in to comment.