チケット #37606

Error in coach player type analyzer

登録: 2017-10-27 23:59 最終更新: 2017-11-13 15:35

報告者:
担当者:
チケットの種類:
状況:
オープン [担当者決定済み]
コンポーネント:
(未割り当て)
マイルストーン:
(未割り当て)
優先度:
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 )

チケットの履歴 (3 件中 3 件表示)

2017-10-27 23:59 更新者: wbwatkinson
  • 新しいチケット "Error in coach player type analyzer" が作成されました
2017-11-13 15:34 更新者: akky
コメント

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

2017-11-13 15:35 更新者: akky
  • 担当者(未割り当て) から akky に更新されました

添付ファイルリスト

添付ファイルはありません

編集

ログインしていません。ログインしていない状態では、コメントに記載者の記録が残りません。 » ログインする