Competition States

Competition States#

This is a ROS message definition.

Source

uint8 PREPARING=0   # Competition cannot be started yet by the competitor
uint8 READY=1  # Competition can be started by the competitor
uint8 STARTED=2 # Competition has been started
uint8 ORDERS_COMPLETE=3 # All orders announced and complete
uint8 ENDED=4 # Competition has ended