From 35c8d082b634138aab40bccd223a5725ec862481 Mon Sep 17 00:00:00 2001 From: "Alan G. Sanchez" Date: Thu, 11 Aug 2022 13:56:19 -0700 Subject: [PATCH] Fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f67066..fb6db6c 100644 --- a/README.md +++ b/README.md @@ -31,5 +31,5 @@ To help get you get started on your software development, here are examples of n 7. [Capture Image](example_7.md) - Capture images from the RealSense camera data. 8. [Voice to Text](example_8.md) - Interpret speech and save transcript to a text file. 9. [Voice Teleoperation of Base](example_9.md) - Use speech to teleoperate the mobile base. -10. [Tf2 broadcaster and listener](example_10.md) - Create a tf2 broadcaster and listener. +10. [Tf2 Broadcaster and Listener](example_10.md) - Create a tf2 broadcaster and listener. 11. [PointCloud Transformation](example_11.md) - Convert PointCloud2 data to a PointCloud and transform to a different frame.