From f8f93a5250f86e8b62a1e3e999ebdcc1a95df000 Mon Sep 17 00:00:00 2001 From: beuchatp <beuchatp@control.ee.ethz.ch> Date: Fri, 1 Dec 2017 07:04:51 +0100 Subject: [PATCH] Fixed typos in rostopic FAQ --- pps_wiki/faq.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/pps_wiki/faq.md b/pps_wiki/faq.md index 0a6dbcf8..db63466c 100644 --- a/pps_wiki/faq.md +++ b/pps_wiki/faq.md @@ -264,9 +264,6 @@ Common pitfalls to watch out for are: - Even if the topic name is exactly matching, the name space may be different. - If you advertise or subscribe to a topic from with a block of code enclosed by curly braces, for example: -Common pitfalls to wathc out for are: - -- If there are two topics with a very similar name, then double check the spelling of the topic is identical in both the ``` ros::Subscriber my_subscriber; if (true) -- GitLab