From 3da7b0ebadb1f5750c5ae19c1121e3298191c6d9 Mon Sep 17 00:00:00 2001 From: Jesus Eduardo Rodriguez <141784078+hello-jesus@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:11:59 -0700 Subject: [PATCH] Comment the pointcloud transformation example It appeared in the documentation and it's not ported. --- ros2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ros2/README.md b/ros2/README.md index f0b475d..87f33b2 100644 --- a/ros2/README.md +++ b/ros2/README.md @@ -53,5 +53,5 @@ To help get you started on your software development, here are examples of nodes | 13 | [Align to ArUco](align_to_aruco.md) | Detect ArUco fiducials using OpenCV and align to them.| | 14 | [Deep Perception](deep_perception.md) | Use YOLOv5 to detect 3D objects in a point cloud.| | 15 | [Avoiding Race Conditions and Deadlocks](avoiding_deadlocks_race_conditions.md) | Learn how to avoid Race Conditions and Deadlocks | -