Skip to content

Commit ce4c2f7

Browse files
authored
Create testnewpage.md
1 parent df2e64e commit ce4c2f7

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

docs/tutorial-basics/testnewpage.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# McGill Rover Documentation
2+
3+
Welcome to the official documentation for **McGill Robotics Rover Team**. This guide will help you understand the structure, systems, and software that power the McGill Rover. Whether you're a team member, contributor, or enthusiast, this documentation aims to provide all the resources you need to get started and stay informed.
4+
5+
## Table of Contents
6+
7+
8+
---
9+
10+
## Introduction
11+
12+
The **McGill Rover Team** is dedicated to designing and building advanced rovers to compete in international competitions such as the University Rover Challenge (URC). Our mission is to innovate in robotics while fostering a collaborative environment for students.
13+
14+
## Project Overview
15+
16+
The McGill Rover is a multi-functional robotic platform designed for a variety of planetary exploration tasks. It incorporates systems for mobility, manipulation, science, and autonomy. This rover is a testament to the interdisciplinary collaboration of various engineering and science disciplines.
17+
18+
## Team Structure
19+
20+
Our team is divided into several sub-teams, each focusing on a critical aspect of the rover’s development:
21+
22+
- **Mechanical Team**: Responsible for the structural design and mechanical systems.
23+
- **Electrical Team**: Handles the power systems, sensors, and communications.
24+
- **Software Team**: Focuses on control systems, autonomy, and software development.
25+
- **Science Team**: Develops the rover's ability to collect and analyze scientific data.
26+
27+
## Software Systems
28+
29+
The software for the rover is divided into several modules, each responsible for a specific functionality. This section covers:
30+
31+
32+
We primarily use **ROS (Robot Operating System)** to manage our software components. Please refer to the to configure your environment.
33+
34+
## Hardware Systems
35+
36+
The rover is equipped with state-of-the-art hardware for planetary exploration. Key systems include:
37+
38+
- **Chassis & Suspension**: Designed for rugged terrains.
39+
- **Manipulator Arm**: Capable of precise movements for handling objects.
40+
- **Sensors**: LIDAR, cameras, and environmental sensors for data collection.
41+
- **Power System**: Efficient power management to ensure optimal performance during missions.
42+
43+
Detailed information can be found in the
44+
45+
## Getting Started
46+
47+
To start working on the McGill Rover, please follow the steps below:
48+
49+
1. Clone the repository:
50+
```bash
51+
git clone https://github.com/mcgill-rover-team/rover.git

0 commit comments

Comments
 (0)