We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec2e9b commit de7390bCopy full SHA for de7390b
include/behaviortree_cpp/bt_factory.h
@@ -127,7 +127,7 @@ class Tree
127
/// WakeUpSignal so it can check for early wake-up.
128
/// Return true if woken up before the timeout, false if the full duration elapsed.
129
using SleepOverrideFunc =
130
- std::function<bool(std::chrono::system_clock::duration, WakeUpSignal&)>;
+ std::function<bool(std::chrono::system_clock::duration, WakeUpSignal&)>;
131
132
/**
133
* @brief Sleep for a certain amount of time. This sleep could be interrupted by the methods
0 commit comments