Skip to content

The official github repository for the event LA-ROBO-LIGA-24 .

License

Notifications You must be signed in to change notification settings

Robotics-Club-IIT-BHU/LA-ROBO-LIGA-24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


presents:

La-RoboLiga

Welcome to the problem statement of La-Robo-Liga 2024.

This repository holds the official arena for the event which will be used for evaluation of the submissions by the participants.

Installation Guidelines

  1. We recommend creating a virtual environment specific to this project. This will help in package management and decluttering your workspace. An easy way to do so is by entering the command:

    python3 -m venv <Env_Name>

    Activation and deactivation of your virtual environment will be done as specified here. Scroll down to the table where the activation method for various operating systems is provided. Deactivation, in most cases, can be done by simply typing deactivate while being in the virtual environment.

  2. Once you activate your virtual environment, you will have to install the various dependencies of this project. We have simplified this process for you. Just follow the following steps:

    • Download/Clone this repository onto your local machine.

    • Navigate to the root folder of this repository through your terminal.

    • Execute the following command in your terminal.

      pip install LaRoboLiga24

In case there are problems with the PyBullet installation, you can refer to this guide.

Refer to the Winter Camp

Getting started

first of all, you'll have to import the package LRL-main-arena, this can only be done if you have performed step 1 in Installation guidelines properly.

  • See the example scripts. You'll need to make the working loop, for continuous simulation in pybullet. For the problem statement navigate to PS1 and PS2 folder there are Python scripts that will launch the arenas and you have to code in them

Moment of Truth

If you have done everything right, you should be able to see something like this after launching any of the provided scripts.


Ladies and gentlemen, I present to you... La Robo Liga!

The Problem Statement

There are Two PS, the first one is about Autonomous navigation and The second is RoboLeague where you will have to score Goals
For the problem statement click here

A Sample Camera Image


Husky's Eye

Submission Link

The link for submission of PS1

The link for submission of PS2

About

The official github repository for the event LA-ROBO-LIGA-24 .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages