Skip to content

Project Name

Project Info

Theme: Agribot / Cosmo Logistic / your theme
Year: 2025–26
Status: Active


Overview

Brief description of the project — what the robot does, the problem it solves, and where it fits in the e-Yantra competition.

Objectives

  • Objective 1
  • Objective 2
  • Objective 3

Hardware

ComponentSpecificationQty
Raspberry Pi 44 GB RAM, 64-bit1
Arduino UnoATmega328P1
RPLidar A1360° 2D LiDAR1

Software & Setup

Environment: Ubuntu 22.04 + ROS 2 Humble
Simulation: Gazebo Harmonic / CoppeliaSim

Install Dependencies

bash
cd <project-folder>
pip install -r requirements.txt
rosdep install --from-paths src --ignore-src -r -y

Build

bash
colcon build --symlink-install
source install/setup.bash

Launch Simulation

bash
ros2 launch <package_name> simulation.launch.py

WARNING

Run source install/setup.bash in every new terminal, or add it to ~/.bashrc.


Tasks

Task 1 — Task Name

Deadline: YYYY-MM-DD

Description: What this task requires the robot/team to accomplish.

Steps:

  1. Step one
  2. Step two
  3. Step three

Expected Output: Describe what a passing submission looks like.

TIP

Reference the e-Yantra problem statement PDF for exact evaluation criteria.


Task 2 — Task Name

Deadline: YYYY-MM-DD

Description: What this task requires.

Steps:

  1. Step one
  2. Step two

Expected Output: Describe the deliverable.


Known Issues

DANGER

Document blockers and workarounds here so teammates don't repeat the same debugging.

IssueWorkaround
Describe the issueDescribe the fix

References

  • e-Yantra Portal
  • Problem statement PDF — add link
  • Hardware datasheet — add link

Released under the MIT License.