You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting very high values for some agent's attributes (such as friction or theta mul causes motor values to become NaN, and crashes the app.
Steps to Reproduce
Launch the server and web interface;
select one or more agent and set the friction value to 1000
This should crash the interface (not the server), and if launched in debug mode, we can see that a ValueError is raised because one of the motor attribute is NaN.
Environment (Optional)
OS: MacOS
Browser: Firefox
Python Version: 3.11.7
Screenshots (Optional)
-
The text was updated successfully, but these errors were encountered:
Description
Setting very high values for some agent's attributes (such as
friction
ortheta mul
causes motor values to become NaN, and crashes the app.Steps to Reproduce
friction
value to 1000This should crash the interface (not the server), and if launched in debug mode, we can see that a
ValueError
is raised because one of themotor
attribute is NaN.Environment (Optional)
Screenshots (Optional)
-
The text was updated successfully, but these errors were encountered: