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