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
| Component | Specification | Qty |
|---|---|---|
| Raspberry Pi 4 | 4 GB RAM, 64-bit | 1 |
| Arduino Uno | ATmega328P | 1 |
| RPLidar A1 | 360° 2D LiDAR | 1 |
Software & Setup
Environment: Ubuntu 22.04 + ROS 2 Humble
Simulation: Gazebo Harmonic / CoppeliaSim
Install Dependencies
cd <project-folder>
pip install -r requirements.txt
rosdep install --from-paths src --ignore-src -r -yBuild
colcon build --symlink-install
source install/setup.bashLaunch Simulation
ros2 launch <package_name> simulation.launch.pyWARNING
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:
- Step one
- Step two
- 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:
- Step one
- Step two
Expected Output: Describe the deliverable.
Known Issues
DANGER
Document blockers and workarounds here so teammates don't repeat the same debugging.
| Issue | Workaround |
|---|---|
| Describe the issue | Describe the fix |
References
- e-Yantra Portal
- Problem statement PDF — add link
- Hardware datasheet — add link