MailRuChamps / raic-2018

Russian AI Cup — artificial intelligence programming contest. Official website: http://russianaicup.ru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

leloykun opened this issue · comments

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

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

OHHH so that's the bug in my strategy

thanks Kuviman!