mission_block.h add TODO

This commit is contained in:
Daniel Agar 2016-03-21 20:18:16 -04:00 committed by Andreas Antener
parent 408d147a18
commit 25cb671a6c

View File

@ -67,6 +67,7 @@ public:
*/
virtual ~MissionBlock();
/* TODO: move this to a helper class in navigator */
static bool item_contains_position(const struct mission_item_s *item);
protected: