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