You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation, the observer is only listening to transition from TRANSITION_STATE_ERRORPROCESSING to PRIMARY_STATE_UNCONFIGURED to set a node status to false. Instead resp. in addition to that we suggest to observe the following transitions and set the status accordingly:
Status: true, if
goal_state is PRIMARY_STATE_UNCONFIGURED - we consider the node available for metacontrol once it is in its unconfigured state, i.e. it can now be configured and activated
Status: false, if
goal_state is TRANSITION_STATE_ERRORPROCESSING - once the node enters errorprocessing, it is no longer considered available for metacontrol, unless it enters unconfigured (see 1.)
goal_state is PRIMARY_STATE_FINALIZED - once the node enters finalized, because it is offline after this transition
The text was updated successfully, but these errors were encountered:
I think the issue is then with the URJC pilot, because the contingency there sends the laser to PRIMARY_STATE_UNCONFIGURED after TRANSITION_STATE_ERRORPROCESSING
@jginesclavero can we send the laser_resender to PRIMARY_STATE_FINALIZED instead? so we have the same configuration in both pilots?
According to the documentation, the observer is only listening to transition from
TRANSITION_STATE_ERRORPROCESSING
toPRIMARY_STATE_UNCONFIGURED
to set a node status tofalse
. Instead resp. in addition to that we suggest to observe the following transitions and set the status accordingly:Status:
true
, ifPRIMARY_STATE_UNCONFIGURED
- we consider the node available for metacontrol once it is in its unconfigured state, i.e. it can now be configured and activatedStatus:
false
, ifTRANSITION_STATE_ERRORPROCESSING
- once the node enters errorprocessing, it is no longer considered available for metacontrol, unless it enters unconfigured (see 1.)PRIMARY_STATE_FINALIZED
- once the node enters finalized, because it is offline after this transitionThe text was updated successfully, but these errors were encountered: