17namespace mode_4_sequence_d
23 using SmaccState::SmaccState;
39 auto & superstate = this->context<SsMode4SequenceD>();
42 getLogger(),
"Loop start, current iterations: %d, total iterations: %d",
43 superstate.giteration_count, superstate.gtotal_iterations());
44 return superstate.giteration_count++ < superstate.gtotal_iterations();
49 RCLCPP_INFO(
getLogger(),
"LOOP START ON ENTRY");
rclcpp::Logger getLogger()
void checkWhileLoopConditionAndThrowEvent(bool(MostDerived::*conditionFn)())
static void staticConfigure()
bool loopWhileCondition()
mpl::list< Transition< EvLoopContinue< StiMode4SequenceDLoop >, StiMode4SequenceDStep1, CONTINUELOOP > > reactions