Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrigir erro no MainSystem #28

Open
MariaClaudia1328 opened this issue Jul 2, 2023 · 0 comments
Open

Corrigir erro no MainSystem #28

MariaClaudia1328 opened this issue Jul 2, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@MariaClaudia1328
Copy link
Contributor

MariaClaudia1328 commented Jul 2, 2023

Ao abrir a interface gráfica do MainSystem e nenhuma camera for identificada ou selecionada, ao acessar a página HLC, o seguinte erro aparece:

/MALP/MainSystem/controller/tools/__init__.py:72: RuntimeWarning: divide by zero encountered in scalar divide
  return ((xline-r[0])/v[0])*v[1] + r[1]
/MALP/MainSystem/controller/tools/__init__.py:72: RuntimeWarning: invalid value encountered in scalar multiply
  return ((xline-r[0])/v[0])*v[1] + r[1]
/MALP/MainSystem/controller/control/UFC.py:53: RuntimeWarning: divide by zero encountered in scalar divide
  v1 = amax / np.abs(omega)

Se voltar para a página de Visão, selecionar uma camera, o sistema executa normalmente

@MariaClaudia1328 MariaClaudia1328 added the bug Something isn't working label Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant