From fa6b6f6b3492db86b94204cfdeb8bdced3999fc9 Mon Sep 17 00:00:00 2001 From: Dmitry Krivoruchko <144147209+UmbrellaLeaf5@users.noreply.github.com> Date: Fri, 17 May 2024 02:32:13 +0300 Subject: [PATCH 1/2] update README.md with video-presentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bcd3deb..043118f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Project's [documentation](https://umbrellaleaf5.github.io/locus_no_pilotus/index * [Installation and configuring](#installation-and-configuring "with using MSYS") * [Used libs and packages](#used-libs-and-packages "we are using GitHub submodules feature 😎") * [Authors](#authors "the best guys") + * [Presentation](#presentation "video link") ## Description @@ -85,3 +86,6 @@ git clone --recurse-submodules https://github.com/UmbrellaLeaf5/locus_no_pilotus **[Akramov Nikita](https://github.com/MrWh1teF0x "jsons, add forms, cursors, animation, scale hero")** **[Krivoruchko Dmitry](https://github.com/UmbrellaLeaf5 "repo manager and gui guy with tables instead of muscles and arcs instead of veins")** + +## Presentation +**[Video-presentation](https://disk.yandex.ru/i/R-6LPpjHcT5Fdw)** of out project on Russian language (with all team members). From 3b88d54c3adde782c3c060096d9c3b374015751e Mon Sep 17 00:00:00 2001 From: Dmitry Krivoruchko <144147209+UmbrellaLeaf5@users.noreply.github.com> Date: Fri, 17 May 2024 02:53:00 +0300 Subject: [PATCH 2/2] add logo and word fix --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 043118f..d98ff28 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,18 @@ # Locus No Pilotus: Trajectory Calculator +
+ Logo +
+ **Project of four first grade MIPT DAFE/RSE students (for engineering practical work in the second semester) in Qt C++** ## Documentation -Project's [documentation](https://umbrellaleaf5.github.io/locus_no_pilotus/index.html) generated with Doxygen with [convenient CSS theme](#used-libs-and-packages). +Project's [documentation](https://umbrellaleaf5.github.io/locus_no_pilotus/index.html) generated with Doxygen with [convenient CSS theme](#used-libs-and-sources). # Contents * [Description](#description) * [Installation and configuring](#installation-and-configuring "with using MSYS") - * [Used libs and packages](#used-libs-and-packages "we are using GitHub submodules feature 😎") + * [Used libs and sources](#used-libs-and-sources "we are using GitHub submodules feature 😎") * [Authors](#authors "the best guys") * [Presentation](#presentation "video link") @@ -19,7 +23,7 @@ On its way, it may encounter high mountains that it cannot fly over: **Hills**; Also, through some control points, the robot is simply unable to move, as the cargo may not be ready for transportation at that time, these are **TrappyLines**. The robot's trajectory is calculated using several mathematical algorithms: [...]. -The graphical interface for constructing the trajectory was created using [Qt](#used-libs-and-packages) and [QCustomPlot](#used-libs-and-packages). +The graphical interface for constructing the trajectory was created using [Qt](#used-libs-and-sources) and [QCustomPlot](#used-libs-and-sources). In the application, you can add objects using window forms, interact with the trajectory calculation plot using the mouse cursor, create and open files in ```.json``` format with a specific style for this application. Editing objects can also be done with cursors or using a special dynamic input field with tables, opened in a separate window mode or embedded in the main one. @@ -68,7 +72,7 @@ git clone --recurse-submodules https://github.com/UmbrellaLeaf5/locus_no_pilotus > Much respect and help for this installation method to [George Sukhanov](https://github.com/TheFueRr "our colleague with an equally interesting project on processing experimental data")! -## Used libs and packages +## Used libs and sources * [CMake](https://cmake.org/): main project build system * [Qt](https://www.qt.io/): main project library for full-working program * [QCustomPlot](https://www.qcustomplot.com/): library for drawing all objects on same place with autoscaling ([submodule](https://github.com/UmbrellaLeaf5/qcustomplot "reference for submodule with lib in GitHub"))