Skip to content

Commit

Permalink
Update RobotDamage.msg
Browse files Browse the repository at this point in the history
Fix order for armor id
  • Loading branch information
charmyoung authored May 16, 2019
1 parent d4da472 commit 2338d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roborts_msgs/msg/referee_system/RobotDamage.msg
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ uint8 EXCEED_HEAT = 2
uint8 EXCEED_POWER = 3
uint8 damage_type
uint8 FORWARD = 0
uint8 BACKWARD = 1
uint8 LEFT = 2
uint8 LEFT = 1
uint8 BACKWARD = 2
uint8 RIGHT = 3
uint8 damage_source

Expand Down

0 comments on commit 2338d25

Please sign in to comment.