Code Monkey home page Code Monkey logo

robot-soccer-simulator's Introduction

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

robot-soccer-simulator's People

Contributors

antuniooh avatar mechamonkey22 avatar webisd avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.