Download

Wait state for a given time

Description

State that waits for a set amount of seconds (param: wait_time) before transitioning to the next state.

Examples

Example 1: Create a flow in between Rotate and Move-distance nodes in order to compass GGG these operations.

Input List

There are 1 parameters.

Port NameMessage typeCallback
entryTransition [movai_msgs-MovAI/TransitionTo]wait_state_entry.cb

Output List

There are 1 parameters.

Port NameMessage type
exitTransition [movai_msgs-MovAI/TransitionFor]

Parameter List

There are 1 parameters.

ParameterDescription
wait_time[integer] Seconds to wait before transitioning.

More Info