Skip to content

Semiannual project of Classical Physics, taught at Centro Universitário FEI. It consists of reading the ball position file and confirming if the robot is intercepted.

License

antuniooh/robot-soccer-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub language count GitHub repo size GitHub last commit GitHub


Logo

Math Python Graph

Table of Contents
  1. About The Project
  2. How To Run

💻 About The Project

The program reads the ball trajectory file and using small size robot attributes shows if it is possible for the robot to intercept the ball or not. To define whether there will be an intercept, the robot's intercept radius, its movement speed and the initial position being defined by the user are taken into account.

As soon as the application starts, the user must enter the X and Y position of the robot, so that the calculation is carried out and enables the prediction of contact between the robot and the ball, taking into account its trajectory, as well as the speed of the robot. For this we use the formula of distance between two points, to calculate all the possibilities of time from the initial position of the robot and the trajectory of the ball (from the txt file).

app

🚀 How To Run

# Clone the repository
$ git clone https://github.com/antuniooh/robot-soccer-simulator.git

# Access the project folder in your terminal / cmd
$ cd robot-soccer-simulator/src

# Install the libs
$ python -m pip install -U pip
$ python -m pip install -U matplotlib

# In both Windows and Linux, the execution is done by executing the following line in the terminal, or using an IDE of your choice.
$ python3 BP_main.py

🤖 Authors

Antonio Gustavo João Vitor Dias Weverson da Silva
drawing drawing drawing
22.119.001-0 22.119.006-9 22.119.004-4

About

Semiannual project of Classical Physics, taught at Centro Universitário FEI. It consists of reading the ball position file and confirming if the robot is intercepted.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages