magmaOffenburg / RoboViz

Monitor and visualization tool for the RoboCup 3D Soccer Simulation League
Apache License 2.0
50 stars 17 forks source link

Strange rectangle on ubuntu 18.04 #113

Closed gabrielmcsousa closed 3 years ago

gabrielmcsousa commented 3 years ago

Whenever I run RoboViz and the RCSSSERVER3D on Ubuntu 18.04 I get a strange rectangle in the middle of the field. It does not seem to cause much of a problem and it goes away as soon as I run any team or agent, but since i have never seen this prior to switching from 16.04 i wonder if it is 18.04 related. Has anyone seen this before? Captura de tela de 2020-09-15 18-14-10

pmacalpine commented 3 years ago

I've seen it occasionally with Ubuntu 16.04, but much more frequently with 18.04. If you type 'U' to get a full state update from the server it usually fixes itself.

hannesbraun commented 3 years ago

For me, this seems to occur if the server starts while RoboViz is already running. As far as I can see, the reason for this are wrong/missing values for the field length and field width supplied by the server.

MarcoSimoes commented 3 years ago

I think there is also a "FieldLength variable missing" warning in the rcsserver3d console when it is launched. Maybe there is some relation to this rectangle.

Em ter., 15 de set. de 2020 às 20:09, Hannes Braun notifications@github.com escreveu:

For me, this seems to occur if the server starts while RoboViz is already running. As far as I can see, the reason for this are wrong/missing values for the field length and field width supplied by the server.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/magmaOffenburg/RoboViz/issues/113#issuecomment-693025844, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADHDAL5VA4MNMUAUU7ZGDF3SF7X4FANCNFSM4RNZQ5UA .

-- Marco Antonio Costa Simões Nucleo de Arquitetura de Computadores e Sistemas Operacionais - ACSO - http://www.acso.uneb.br Bahia Robotics Team - http://www.acso.uneb.br/bahiart Departamento de Ciências Exatas e da Terra - Campus I Universidade do Estado da Bahia - UNEB Mestre em Ciência da Computação - UFPE

gabrielmcsousa commented 3 years ago

I've seen it occasionally with Ubuntu 16.04, but much more frequently with 18.04. If you type 'U' to get a full state update from the server it usually fixes itself.

Yes, pressing "U" to refresh does fix the problem too.

For me, this seems to occur if the server starts while RoboViz is already running. As far as I can see, the reason for this are wrong/missing values for the field length and field width supplied by the server.

I just realized, when testing the refresh idea, that the outer and goal lines are gone when the rectangle is there, so indeed it might be related to those variables. before refresh after refresh

hannesbraun commented 3 years ago

Closing this since it's a server issue.