+
+ );
+}
diff --git a/docs/platform/overview/overview.md b/docs/platform/overview/overview.md
deleted file mode 100644
index da6b85e..0000000
--- a/docs/platform/overview/overview.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# Функціональна схема
-
-
-
-## Основні компоненти
-### Двигуни
-
-
-Оскільки нам не потрібна велика швидкість і нам не потрібно перевозити велику вагу, нам цілком підходять мотори JGB37-520-256PRM.
-Це мотори постійного струму на напругу 6В зі вбудованим редуктором та енкодером. Максимальна частота обертання коліс — 256 обертів за хвилину. При діаметрі колеса 87 мм максимальна швидкість робота може становити 4 км/год.
-Ці мотори продаються в комплекті з колесами та зручним кріпленням моторів до шасі. Максимальний споживаний струм — 0.33А.
-
-### Модуль керування мотором (H-Bridge)
-
-
-Модуль керування двигунами Dual H Bridge L298N дозволяє керувати двома двигунами постійного струму або одним кроковим двигуном. Він підтримує напругу від 5В до 35В і максимальний струм до 2А на канал. Модуль оснащений захистом від перегріву та має можливість керування напрямком і швидкістю обертання двигунів за допомогою широтно-імпульсної модуляції (ШІМ).
-
diff --git a/docs/platform/overview/overview.mdx b/docs/platform/overview/overview.mdx
new file mode 100644
index 0000000..be3130a
--- /dev/null
+++ b/docs/platform/overview/overview.mdx
@@ -0,0 +1,24 @@
+---
+title: Functional Scheme
+sidebar_label: Functional Scheme & Components
+---
+
+
+
+
+
+## Main components
+
+### Motors
+
+
+Since we don't require high speed or the ability to carry a heavy load, the JGB37-520-256RPM motors are perfectly suitable for us.
+These are 6V DC motors with a built-in gearbox and encoder. The maximum wheel rotation speed is 256 revolutions per minute. With a wheel diameter of 87 mm, the robot’s maximum speed can reach up to 4 km/h.
+These motors are sold as a set with wheels and convenient motor mounts for attaching to the chassis. The maximum current consumption is 0.33 A.
+
+### Motor control module (H-Bridge)
+
+
+The Dual H-Bridge L298N motor driver module allows control of two DC motors or one stepper motor. It supports a voltage range from 5V to 35V and a maximum current of up to 2A per channel. The module is equipped with overheat protection and allows control of motor direction and speed using Pulse Width Modulation (PWM).
diff --git a/docs/platform/rpi_power_hat/overview.md b/docs/platform/rpi_power_hat/overview.md
index 5a8e576..739ba3b 100644
--- a/docs/platform/rpi_power_hat/overview.md
+++ b/docs/platform/rpi_power_hat/overview.md
@@ -1,4 +1,3 @@
-# Overview
# Overview
diff --git a/docs/project/join.md b/docs/project/join.md
index 151551d..a75ad48 100644
--- a/docs/project/join.md
+++ b/docs/project/join.md
@@ -1,2 +1,2 @@
-# Як приєднатись до команди
-**Якщо ви бажаєте взяти участь у проєкті, напишіть нам за посиланням:** [**Link**](https://github.com/orgs/KPI-Rover/discussions/11#discussion-7336225).
\ No newline at end of file
+# How to join the team
+**If you want to join the team, please contact us via this** [**link**](https://github.com/orgs/KPI-Rover/discussions/11#discussion-7336225).
\ No newline at end of file
diff --git a/docs/project/tasks.md b/docs/project/tasks.md
index 4ebe75c..bdc1810 100644
--- a/docs/project/tasks.md
+++ b/docs/project/tasks.md
@@ -7,38 +7,6 @@ import YouTubeVideo from '@site/src/components/youtube';
# Tasks
Here you can find a list of tasks that you can choose for yourself.
-## Electronics development
-
-We are looking for students who are willing to participate in development of printed circuit boards.
-For development these boards we use [**KiCAD**](https://www.kicad.org/)
-
-### Raspberry Pi power board
-Raspberry PI power from the battery needs to have stable and quite powerful DC-DC converter.
-
-We have already developed the first prorotype:
-
-
-
-But as expected mistakes were made and wishes were expressed for an improvement.
-
-### Chassis controller
-
-A chassis controller is required to control the robot's motors. Currently, we're using [BeagleBone Blue](https://www.beagleboard.org/boards/beaglebone-blue). But it's too expensive and impossible to buy lately. That's why we want to develop our own controller on STM32 base.
-
-**Main features:**
-* Control of four DC motors
-* Reading motor encoder readings
-* Accelerometer reading and calibration
-* Compass reading and calibration
-* GPS module data reading
-* PID wheel speed regulator
-* Ethernet interface for receiving control commands
-* PWM outputs for servomotor control.
-
-Functional diagram: [Архітектура системи](../platform/overview/overview.md).
-
-At the first stage, since there is a risk of making plenty of mistakes, we're planning to develop the board as a STM32-Discovery expansion board. Then, when we have gained experience, we're going to develop a full-fledged board with STM32 microcontroller installed on it.
-
## Embedded software development
The chassis controller requires a STM32 software. We're looking for a students team, who will participate in it's development.
@@ -56,18 +24,6 @@ Here's an example of a good open source project:
-## DevOps and Dev Process
+## ROS2 Software Development
+The robotic arm requires ROS2-based software. We are looking for a student team to participate in its development and configuration. See the robotic arm task description for the basic functionality.
-The number of project participants is growing. The amount of source code and it's complexity is also increasing. Therefore, to simplify the development process and prevent changes from software breaking, we need to:
-1. **Describe the development process:**
- * How to join the project.
- * How to create a task?
- * How to create a working branch?
- * How to create a PR?
- * Commit requirements
- * Code style requirements
- * Unit tests coverage requirements
- * Static code analysis requirements
- * etc.
-2. **Configure CI using GitHub Actions**
-3. **Configure Release process using GitHub Packages**
diff --git a/docusaurus.config.js b/docusaurus.config.js
index d5842b1..e066fb4 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -9,7 +9,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'KPI Rover',
- tagline: 'Розробка роботізованої платформи',
+ tagline: 'Robotic platform development',
favicon: 'img/logo.ico',
// Set the production url of your site here
@@ -54,8 +54,9 @@ const config = {
onUntruncatedBlogPosts: 'warn',
},
theme: {
- customCss: './src/css/custom.css',
- },
+ customCss: require.resolve('./src/css/custom.css'),
+},
+
}),
],
],
@@ -84,7 +85,7 @@ const config = {
position: 'left',
label: 'Platform',
},
- {to: '/blog', label: 'Blog', position: 'left'},
+
{
href: 'https://github.com/KPI-Rover',
label: 'GitHub',
@@ -103,7 +104,7 @@ const config = {
href: 'https://github.com/KPI-Rover',
},
{
- label: 'Приєднатись до проєкту',
+ label: 'Join the project',
href: 'https://github.com/orgs/KPI-Rover/discussions/11#discussion-7336225',
},
],
diff --git a/src/css/custom.css b/src/css/custom.css
index 2bc6a4c..5afba1c 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -5,6 +5,8 @@
*/
/* You can override the default Infima variables here. */
+@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
+
:root {
--ifm-color-primary: #2e8555;
--ifm-color-primary-dark: #29784c;
@@ -28,3 +30,90 @@
--ifm-color-primary-lightest: #4fddbf;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
+.hero__title, .hero__subtitle {
+ color: black;
+}
+
+.navbar {
+ background-color: #2e8555;
+}
+
+
+.navbar__item, .navbar__title {
+ color: white !important;
+}
+
+h2 {
+ font-family: 'Open Sans', sans-serif;
+ margin-bottom: 1rem;
+ text-align: left;
+ font-weight: 700;
+ font-size: 36px;
+}
+
+/* For .md files*/
+.markdown h1 {
+ font-size: 2.5rem;
+ margin-top: 3rem;
+ margin-bottom: 1.5rem;
+ font-weight: 800;
+ color: var(--ifm-color-primary);
+}
+
+.markdown h2 {
+ font-size: 2rem;
+ margin-top: 2.5rem;
+ margin-bottom: 1rem;
+ font-weight: 700;
+ border-bottom: 2px solid var(--ifm-color-primary);
+ padding-bottom: 0.5rem;
+}
+
+.markdown h3 {
+ font-size: 1.5rem;
+ margin-top: 2rem;
+ margin-bottom: 0.75rem;
+ font-weight: 600;
+ color: var(--ifm-color-primary-light);
+}
+
+.markdown p {
+ font-size: 1.05rem;
+ line-height: 1.7;
+ margin-bottom: 1.25rem;
+}
+
+.markdown img {
+ display: block;
+ margin: 1.5rem auto;
+ max-width: 600px;
+ width: auto;
+ height: 450px;
+ border-radius: 10px;
+ border: 1.5px solid #205d3b;
+ box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
+}
+
+
+.markdown h3 {
+ position: relative;
+ padding: 1rem 1rem 0 1rem;
+}
+
+@media (max-width: 768px) {
+ .markdown h1 {
+ font-size: 2rem;
+ }
+
+ .markdown h2 {
+ font-size: 1.6rem;
+ }
+
+ .markdown h3 {
+ font-size: 1.3rem;
+ }
+
+ .markdown img {
+ max-width: 100%;
+ }
+}
diff --git a/src/pages/ProjectSection.js b/src/pages/ProjectSection.js
new file mode 100644
index 0000000..0877304
--- /dev/null
+++ b/src/pages/ProjectSection.js
@@ -0,0 +1,24 @@
+import React from 'react';
+import styles from './ProjectSection.module.css';
+
+export default function ProjectSection() {
+ return (
+
+
+
+
About the project
+
+ The goal of this project is to create a robot platform that can be easily repeated and assembled independently.
+ Having a ready-made platform should lower the threshold for entering the exciting world of robotics. The complexity of the first steps can scare off many interested parties,
+ but if a person has a platform that can work in just a few days, it will definitely attract more interested parties.
+ Imagine: in a few days you assemble a robot that, like a robot vacuum cleaner, can map your house and move around it from point A to point B, avoiding obstacles.
+ Interesting, right?
+