Ticket #37606

Error in coach player type analyzer

Eröffnet am: 2017-10-27 23:59 Letztes Update: 2017-11-13 15:35

Auswertung:
Verantwortlicher:
Typ:
Status:
Offen [Owner assigned]
Komponente:
(Keine)
Meilenstein:
(Keine)
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Keine
Datei:
Keine

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 )

Ticket-Verlauf (3/3 Historien)

2017-10-27 23:59 Aktualisiert von: wbwatkinson
  • New Ticket "Error in coach player type analyzer" created
2017-11-13 15:34 Aktualisiert von: akky
Kommentar

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

2017-11-13 15:35 Aktualisiert von: akky
  • Verantwortlicher Update from (Keine) to akky

Dateianhangliste

Keine Anhänge

Bearbeiten

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