Code Monkey home page Code Monkey logo

aia2022's Introduction

2022 AIA Robotics Competition

This repository is used to store the codes for 2022 AIA robotics competition. We're using lightrover and it's API as a base and controller. The robot itself has one lidar sensor on the top of it. We're utilizing its sensor to calculate the distance of the surrounding wall and follow it.

As a result, we took second place in this competition with 29 seconds. The result can be seen here. 2022 AIA ROBOTICS COMPETITION RESULT

Project Tree

This repository has one main directory to store the main code (./dev). And a bunch of sample program for lightrover taken from its original repository (./sample).

├── dev
│   └── src
│       └── main.py
└── sample
    └── main.py

Usage

The usage of this project is rather simple but some dependencies must be installed first in order to use it.

First, tmux must be installed. Use bellow command for linux distribution.

sudo apt update && apt install tmux -y

After tmux is installed you can go to ./dev/src and start ./run.sh to run all the script.

If you want to run the script without ./run.sh, make sure to run the script in this order to avoid blocked process caused by the fullness of query storage.

  1. ./keylogger.sh
  2. ./motor.sh
  3. ./wall_calc.sh
  4. ./lidar.sh

All the main code is stored in the ./dev/src/services directory. The code might be unpleasant to read because this project was rushed. Cheers!!

LICENSE

MIT

aia2022's People

Contributors

savazeb avatar

Watchers

 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.