待辦事項 #37606

Error in coach player type analyzer

啟用日期: 2017-10-27 23:59 最後更新: 2017-11-13 15:35

回報者:
負責人:
類型:
狀態:
開啟 [Owner assigned]
元件:
(無)
里程碑:
(無)
優先權:
5 - 中
嚴重程度:
5 - 中
處理結果:
檔案:

細節

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 )

Ticket History (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. » 登入