Skip to content

Commit

Permalink
Merge pull request #5 from 4SIR/docs/update-definition-of-done
Browse files Browse the repository at this point in the history
docs: update definition of done
  • Loading branch information
HyanFerraz committed May 2, 2024
2 parents aec2c28 + ea4e844 commit 7b47841
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ python3 src/__main__.py

## Definição de Pronto

- [ ] Identificar um gato na camera (1,0)
- [ ] Identificar a posição do gato na camera (2,5)
- [ ] Determinar o vetor de movimento do gato (2,5)
- [x] Identificar um gato na camera (1,0)
- [x] Identificar a posição do gato na camera (2,5)
- [ ] Determinar o vetor de movimento do gato (1,5)
- [x] Usar algoritmo de tracking para determinar o movimento(1,0)
- [ ] Determinar para onde mover o laser para que o gato se mova (2,0)
- [ ] Implementar o código num raspberry pi e fazer o hardware (2,0)
- [ ] Implementar o código num raspberry pi e fazer o hardware (makerlab)(2,0)

**Nota Atual**: 5,5

0 comments on commit 7b47841

Please sign in to comment.