任务单 #37606

Error in coach player type analyzer

开放日期: 2017-10-27 23:59 最后更新: 2017-11-13 15:35

报告人:
属主:
类型:
状态:
开启 [Owner assigned]
组件:
(无)
里程碑:
(无)
优先:
5 - Medium
严重性:
5 - Medium
处理结果:
文件:

Details

In librcsc 4.1.1, the file rcsc/coach/player_type_analyzer.cpp has an error on line 772. Lines 771 and 772 uncorrected and corrected are below:

Error in version 4.1.1:

if ( std::fabs( M_world.ball().pos().x - new_ball_pos.x ) > rand_max
|| std::fabs( M_world.ball().pos().x - new_ball_pos.x ) > rand_max )

Corrected:

if ( std::fabs( M_world.ball().pos().x - new_ball_pos.x ) > rand_max
|| std::fabs( M_world.ball().pos().y - new_ball_pos.y ) > rand_max )

任务单历史 (3/3 Histories)

2017-10-27 23:59 Updated by: wbwatkinson
  • New Ticket "Error in coach player type analyzer" created
2017-11-13 15:34 Updated by: akky
评论

Thank you for reporting the error. The problem will be fixed in the next release.

2017-11-13 15:35 Updated by: akky
  • 属主 Update from (无) to akky

Attachment File List

No attachments

编辑

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » 登录名