11#include "wpi/units/time.hpp"
56 std::function<bool()> m_condition;
WaitUntilCommand(std::function< bool()> condition)
Creates a new WaitUntilCommand that ends after a given condition becomes true.
WaitUntilCommand(const WaitUntilCommand &other)=default
WaitUntilCommand(WaitUntilCommand &&other)=default
bool IsFinished() override
bool RunsWhenDisabled() const override
WaitUntilCommand(wpi::units::second_t time)
Creates a new WaitUntilCommand that ends after a given match time.
Definition CommandNiDsStadiaController.hpp:15