panoptes/POCS

Missing state transition silently ignored

Closed this issue · 0 comments

If a state transition is missing in the state table, the state machine will go to parking:

transition_method = getattr(self, transition_method_name, self.park)

I think we should log a warning or error here.