Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.7%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: devita1983
- License: other
- Language: C++
- Default Branch: main
- Size: 7.81 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
🤖 Robô Seguidor de Linha para a OBR
Projeto completo de um robô seguidor de linha, desenvolvido especialmente para a Olimpíada Brasileira de Robótica (OBR). Utiliza a plataforma Arduino e integra múltiplos sensores para navegação autônoma precisa.
📌 Objetivos
- Desenvolver um robô capaz de seguir trajetos lineares em pistas padronizadas da OBR
- Aplicar conhecimentos de eletrônica, programação embarcada e controle de movimento
- Integrar sensores de reflexão, sensores ultrassônicos e algoritmos de tomada de decisão
⚙️ Tecnologias Utilizadas
- Arduino Mega/UNO
- Linguagem C/C++ (Arduino IDE)
- Sensores IR (Reflexão)
- Sensores Ultrassônicos
- Motores DC com driver L298N
- PID Controller (ajustável)
🧠 Funcionalidades
- Detecção de linha preta em fundo branco
- Identificação de interseções
- Ajuste de velocidade proporcional ao erro de trajetória (PID)
- Detecção e desvio de obstáculos
- Sistema de resgate simulado (versões avançadas)
🧩 Estrutura do Projeto
/robo-seguidor-obr/ │ ├── /src/ # Códigos-fonte do Arduino ├── /docs/ # Documentação técnica e imagens ├── /circuitos/ # Diagramas de montagem ├── README.md # Este arquivo ├── LICENSE # Licença MIT └── .gitignore # Arquivos ignorados pelo Git
👤 Autor
Luis Claudio De Vita
Ex-OED - SESI Tambau - CE370 (MATADOR)
Desenvolvido durante atuação na DEE/CTA
📄 Licença
MIT License
Copyright (c) 2025 Luis Claudio De Vita
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
🚀 Contribuições
Contribuições são bem-vindas!
Sinta-se livre para abrir issues ou enviar pull requests com melhorias.
📷 Imagens (opcional)
Adicione aqui imagens do robô, vídeos da competição ou do funcionamento do projeto.
Owner
- Name: Luis Claudio De Vita
- Login: devita1983
- Kind: user
- Company: Eiko Cloud Brasil
- Website: https://www.linkedin.com/in/lcdvita/
- Repositories: 1
- Profile: https://github.com/devita1983
CEO at Eiko Cloud Brasil
Citation (CITATION.cff)
cff-version: 1.2.0
message: "OBR Project - ."
authors:
- given-names: "Luis Claudio"
family-names: "De Vita"
affiliation: "Ex OED (MATADOR) - DEE/CTA"
title: "ROBO_OBR: Robô Seguidor de Linha para OBR"
version: 1.0
doi: 10.5281/zenodo.XXXXXX # Opcional: gere um DOI no Zenodo
date-released: 2025-05-15
url: "https://github.com/devita1983/OBR2025.git"
GitHub Events
Total
- Push event: 4
- Pull request event: 1
- Create event: 2
Last Year
- Push event: 4
- Pull request event: 1
- Create event: 2