MailRuChamps / raic-2018

Russian AI Cup — artificial intelligence programming contest. Official website: http://russianaicup.ru
43 stars 32 forks source link

Why is `ROBOT_MAX_GROUND_SPEED` used to the limit the flightspeed? #123

Closed leloykun closed 5 years ago

leloykun commented 5 years ago

I know it's kinda late but wouldn't it be better to use another constant?

kuviman commented 5 years ago

What do you mean? ROBOT_MAX_GROUND_SPEED is only used for limiting speed on ground, when the robot is not colliding with arena's floor speed is limited by MAX_ENTITY_SPEED

leloykun commented 5 years ago

OHHH so that's the bug in my strategy

leloykun commented 5 years ago

thanks Kuviman!