diff --git a/pps_wiki/faq.md b/pps_wiki/faq.md index 2406e1b0218202e76526284ebed6bb5cf82791d9..a0ba39faf6cb90fb64cb0f9502992489690281e1 100644 --- a/pps_wiki/faq.md +++ b/pps_wiki/faq.md @@ -228,7 +228,6 @@ for(std::vector<CrazyflieData>::const_iterator it = viconData.crazyflies.begin() break; } } - ``` This for loop iterates over all the objects provided to the ``viconCallback`` function, and fills in the ``otherObject`` variable with the object that match the string ``"name_of_object_I_am_searching_for"``.