From 1e0396c3bafaf928d01d3b7fb4f8805f19e94c3d Mon Sep 17 00:00:00 2001 From: Thurston Yates Date: Sun, 17 Dec 2023 22:13:10 -0500 Subject: [PATCH] Add bug comment --- include/robodash/views/selector.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/robodash/views/selector.hpp b/include/robodash/views/selector.hpp index 9924ee9..885ad67 100644 --- a/include/robodash/views/selector.hpp +++ b/include/robodash/views/selector.hpp @@ -41,6 +41,7 @@ class Selector { /** * @brief Create autonomous selector * @param autons Vector of autonomous rotuines + * @bug Multiple selectors cannot be active at the same time. */ Selector(std::vector autons);