rktl_msgs/MatchStatus Message

File: rktl_msgs/MatchStatus.msg

Raw Message Definition

Header header

int8 PAUSED=0           # before the match is started
int8 ONGOING=1          # match is currently going on
int8 STOPPED=2          # match ends with no winning team
int8 VICTORY_TEAM_A=3   # match ends with team A winning
int8 VICTORY_TEAM_B=4   # match ends with team B winning

# status of the match using above constants
int8 status

# time left to play
int16 clock

Score score

Compact Message Definition

int8 PAUSED=0
int8 ONGOING=1
int8 STOPPED=2
int8 VICTORY_TEAM_A=3
int8 VICTORY_TEAM_B=4
std_msgs/Header header
int8 status
int16 clock
rktl_msgs/Score score