Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 2.16 KB

README.md

File metadata and controls

43 lines (26 loc) · 2.16 KB

TheBeginning

🇧🇷 PORTUGUÊS

Bem-vindo ao repositório TheBeginning da equipe FRC 10200 - West Pioneers! Este é o nosso primeiro código em Python desenvolvido para o nosso robô, que serve como base para futuros códigos e melhorias.

Descrição

Este repositório contém a base do sistema de controle do nosso robô. Com este código, conseguimos configurar e controlar os motores do chassi, além de implementar o sistema de drive e a integração com o controle. Com ele, somos capazes de movimentar o robô e controlar seu comportamento de maneira eficaz.

Estrutura do Código

  • Configuração dos motores: Inicializa e configura os motores necessários para o chassi do robô.
  • Sistema de drive: Implementa a lógica de movimentação do robô, permitindo o controle completo.
  • Controle: Integra o sistema de controle que permite interagir e comandar o robô em campo.

Como usar

  1. Clone o repositório: git clone https://github.com/FRC10200/TheBeginning.git;
  2. Instale as dependências necessárias: robotpy sync;
  3. Execute o código para testar a movimentação do robô: robotpy deploy.

🇺🇸 ENGLISH

Welcome to the TheBeginning repository of the FRC 10200 - West Pioneers team! This is our first Python code developed for our robot, which serves as a foundation for future codes and improvements.

Description

This repository contains the basic control system for our robot. With this code, we can configure and control the chassis motors, as well as implement the drive system and controller integration. It allows us to move the robot and manage its behavior effectively.

Code Structure

  • Motor Configuration: Initializes and sets up the necessary motors for the robot chassis.
  • Drive System: Implements the movement logic, enabling full control of the robot.
  • Control Integration: Integrates the control system, allowing interaction and commanding the robot on the field.

How to use

  1. Clone the repository: git clone https://github.com/YourUsername/TheBeginning.git;
  2. Install the required dependencies: robotpy sync;
  3. Run the code to test the robot's movement: robotpy deploy.